Two Documentation Layers
This repo intentionally uses two docs layers:docs/publicfor the Mintlify docs sitedocs/architecturefor internal notes and maintainers documentation
What Belongs In Public Docs
Usedocs/public for:
- setup guides
- provider docs
- product feature docs
- customer-safe architecture explanations
- launch and troubleshooting guides
What Belongs In Internal Docs
Usedocs/architecture for:
- implementation notes
- refactor plans
- internal tradeoffs
- maintainer-only concerns
- details you would not want exposed publicly
How Navigation Works
The Mintlify site structure is controlled in:docs/public/mint.json
Good Writing Standard
Public docs in this repo should usually:- assume the reader is not deeply technical
- explain what a feature is before listing env vars
- describe why something matters, not only how to toggle it
- stay accurate to the current codebase

