Documentation
Deployment notes
Keep the documentation route compatible with static builds.
Build behavior
Documentation pages are compiled by Fumadocs MDX during the Next.js build. This keeps page rendering fast and gives each document a generated table of contents.
Checklist
- Add documents to every supported locale.
- Keep filenames consistent across locales when possible.
- Run
pnpm lintandpnpm buildbefore publishing.