Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Mintlify CLI for platform-documentation
This repo is a Mintlify documentation site (docs.json, MDX under documentation/, api-reference/, SDK folders, etc.). Use the Mintlify CLI from the repository root.
Official command reference: Mintlify CLI commands.
When to use this skill
- After editing many MDX files, docs.json navigation, or OpenAPI-backed pages.
- Before merging changes that affect links, headings (anchor targets), or API reference generation.
- When the user asks to validate, check links, preview locally, or run Mintlify.
- @release-notes.mdx, @release-notes-rss-feed.mdx, @announcements.mdx
Install and location
Install and update the CLI per Mintlify’s docs (mint update, mint version). Always cd to the repo root (where docs.json and package.json live) before running commands below.
Commands that match this repo
Local preview
mintlify dev if your environment uses that name. Useful flags (see Mintlify docs): --port (default 3000), --no-open, --groups, --disable-openapi (faster when you do not need OpenAPI processing), --local-schema (local OpenAPI over HTTP).
For custom layout, tabs, carousels, or scripts affecting #content-area, confirm in a real browser. Mintlify’s article column is often narrower than the full window width.
Strict validation (includes OpenAPI)
docs.json. Use --disable-openapi only when you intentionally skip OpenAPI (for example speed). The standalone mint openapi-check command is deprecated in favor of mint validate.
Broken links
--check-anchorswhen you add or rename headings and use#sectionlinks.--check-externalfor outbound URL checks (slower, network).--check-redirectsfordocs.jsonredirect targets.--check-snippetsif you use<Snippet>with links inside.
Accessibility
--skip-contrast, --skip-alt-text when narrowing failures.
npm scripts (not Mintlify)
From repositorypackage.json:
| Script | When |
|---|---|
npm run build:glossary-index | After Glossary letter pages or scripts/build-glossary-index.mjs changes |
npm run sync:release-notes-versions | Changelog version pills; also runs via lint-staged when relevant files are staged |
Suggested workflow after substantive doc edits
mint validatemint broken-links --check-anchors(add other flags as needed)mint devfor anything visual or interactive