This website is built using Docusaurus.
- Source docs live in the repository root under
/docs/**. /apps/docs/docs/**is generated during docs setup and build.- Locale files live in
translations/<locale>/directories next to the source docs and are copied into Docusaurus i18n output.
- Publish docs once they are minimally meaningful.
- Use
draft: trueonly for docs that are not yet meaningful enough to ship. - Reserve
unlisted: truefor intentionally non-discoverable docs. - Use
doc_tasksto track follow-up work on publishable docs:enhance,update,translate.
pnpm install
pnpm start
# pnpm build
# visit http://localhost:3000/docsThe docs content IS NOT SERVED under this directory.
Docs are synced from the root ./docs directory.