Documentation site for Lokus, built with Starlight (Astro).
npm install
npm run dev # Start dev server at localhost:4321
npm run build # Build production site to ./dist/
npm run preview # Preview production build locallyContent lives in src/content/docs/ as .md or .mdx files. Each file maps to a route based on its path.
Sidebar configuration is in astro.config.mjs.