Preview before you push
Run the docs locally from the repository root, wheredocs.json lives.
Install or use the Mintlify CLI
npm i -g mint and use mint dev afterward.Useful commands
Where to pull source content from
While the docs are being migrated, use the LearnTerms app repo as your reference:- Product copy and current docs:
/Users/justindang/learnterms/src/routes/docs - Route structure and UI behavior:
/Users/justindang/learnterms/src/routes - Shared naming and product concepts:
/Users/justindang/learnterms/README.md
Writing guidelines
- Prefer the terms already used in the LearnTerms app.
- Explain the real workflow before implementation detail.
- Keep headings practical and user-centered.
- Use screenshots only when the UI flow would otherwise be ambiguous.