Skip to content

NurOS-Linux/docs

NurOS Docs

Documentation site for NurOS, built with Astro. Reads Markdown files from docs/ without modifying them.

Commands

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.

Adding documentation

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.

Stack

About

The documentation source code for website.

Topics

Resources

License

CC-BY-SA-4.0, CC0-1.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA-4.0
CC0-1.0
LICENSE-CC0

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors