Documentation site for NurOS, built with Astro. Reads Markdown files from docs/ without modifying them.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run build |
Build site and index search |
npm run preview |
Serve built site from dist/ |
Development is done via npm run build && npm run preview — search (Pagefind) only works in the built version.
Add a Markdown file to the appropriate directory under docs/. To group pages into a section, create _category_.json:
{
"label": "Section title",
"position": 1
}The site picks up new files automatically on the next build.