Scope
- Public docs live in
mintlify-docs/. - Internal engineering docs live in
docs/.
Local Preview
Frommintlify-docs/:
Validation
Update Workflow
- Edit or add page content in
mintlify-docs/. - Register new pages in
mintlify-docs/docs.json. - Run
make docs-openapiif backend API contracts changed. - Run
mint broken-links. - Commit with related internal doc updates when contracts/behavior changed.
Documentation Rule
If a behavior contract changes in code, update both:- internal docs (
docs/) - public docs (
mintlify-docs/)