This repository uses Lunet for the documentation site and generated .NET API reference.
site/config.scriban: site metadata, theme bundle, and api.dotnet project listsite/menu.yml: top-level navigationsite/articles/**: authored documentation pages and sidebarssite/.lunet/includes/_builtins/bundle.sbn-html: bundle override used by the custom lite bundlesite/.lunet/layouts/_default.api-dotnet*.sbn-md: API layout overridessite/.lunet/css/template-main.css: precompiled template stylesheetsite/.lunet/css/site-overrides.css: repository-specific visual styling.config/dotnet-tools.json: pinned local Lunet tool./build-docs.sh
./serve-docs.sh
./check-docs.sh
All commands run Lunet from site/ and write generated output to site/.lunet/build/www.
.github/workflows/docs.yml restores the local tool, builds the site, and publishes site/.lunet/build/www to GitHub Pages on pushes to main or master.