Overview
Learn how the Lotus starter is organized.
This starter is a small Astro documentation project with Lotus already wired up. Use it when you want to start writing docs instead of assembling routing, navigation, search, and theme configuration from scratch.
Project Files
astro.config.tsregisters the Lotus integration.theme.config.jsonconfigures navigation, docs navigation, search, and footer links.src/content.config.tsregisters the docs content collection.src/content/docscontains MDX pages rendered from the site root.
Homepage
The starter sets docsBase: '/', so src/content/docs/index.mdx renders at
/ as a splash page. The docs entry page is this page, rendered at
/overview/.
Next Steps
- Update the project name and links in
theme.config.json. - Replace the example pages in
src/content/docs. - Run
pnpm checkandpnpm buildbefore deploying.
Last updated Aug 11, 2026