Charm docs are built from MDX files underDocumentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
docs/.
Run Docs Locally
From the docs directory:File Structure
docs/docs.json: Mintlify configuration and navigation.docs/quickstart: onboarding.docs/templates: starter templates.docs/guides: developer workflow guides.docs/cli: command reference.docs/platform: platform features.docs/oss: contributor and open-source pages.
Add a Page
- Create a
.mdxfile. - Add frontmatter with
titleanddescription. - Add the page path to
docs/docs.json. - Run Mintlify locally.
- Open a PR.
Writing Style
- Start with the user goal.
- Use short sections.
- Include copy-pasteable commands.
- Link related pages.
- Avoid hidden assumptions.
