Local workflow
- Build HTML:
make -C userguide html - Run snippet checks:
make userguide-check(ormake -C userguide check) - Serve locally:
make -C userguide serve(then browse http://localhost:3000) - Local server behavior matches GitHub Pages and serves
index.htmlfor/.
Build options
USERGUIDE_TIMEOUT=600sets the HTML build timeout (seconds).USERGUIDE_BUILD_API_DOCS=1forces API reference regeneration.NANO_USERGUIDE_HIGHLIGHT=0disables syntax highlighting (default in CI).NANO_USERGUIDE_TRACE=1enables detailed build logging.