Docusaurus-based documentation for NethSecurity, the Unified Threat Management solution based on OpenWrt.
Requires Node.js >= 18.
yarn install # install dependencies
yarn start # local dev server with hot reload
yarn build # production build (validates MDX, links and anchors)
yarn serve # serve the production build locallyyarn start and yarn build first run scripts/generate-version-data.mjs,
which fetches the latest NethSecurity release and the download tables into
src/data/versions.json.
docs/administrator-manual/— install, configure and manage NethSecuritydocs/tutorial/— step-by-step guidessrc/— theme, components and pagesstatic/— images and other static assetsscripts/— build-time data generation and the one-shot RST migration script
See AGENTS.md for contributor and conventions detail.
See LICENSE.