Use this workflow to preview and validate the public documentation site before opening a pull request.Documentation Index
Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
Use this file to discover all available pages before exploring further.
Where the site lives
The Mintlify site is configured from the repository root. There is no nested frontend app and no requiredpackage.json.
Key files:
docs.jsoncontrols the Mintlify navigation and site settings.index.mdxis the Mintlify homepage.*.mdxfiles are the single source for published documentation pages..mintignorekeeps local-only and raw source material out of the published documentation site.
Start the preview
Install Node.js 20.17.0 or newer. The repository includes.nvmrc and
.node-version with the minimum supported version.
If you use nvm, run:
http://localhost:3333.
Validate before review
Run the same checks from the repository root:mint broken-links may print parser warnings from ignored raw reference
material. The check should still finish with no broken links for the published
site.
When adding or moving pages
- Edit or create the
.mdxpage. - Add or update the route in
docs.json. - Preview the exact route locally.
- Run
npx mint validatebefore committing.
/reading-paths/explorer, not /reading-paths/explorer.mdx.