Public documentation for Range42 — an open-source cyber range platform — built with Docusaurus. Live at https://docs.range42.lu.
npm ci
npm start # dev server at http://localhost:3000
npm run build # static build into ./build
npm run serve # serve the built site locallyEdit Markdown under docs/, preview locally, open a PR into main. Merges auto-deploy
to GitHub Pages. See CONTRIBUTING.md.
npm run docusaurus docs:version vX.YThen add the new version to the versions map in docusaurus.config.js (path X.Y),
set it as lastVersion, and bump the /docs/X.Y/ links in src/pages/index.js and the
footer.
GPL-3.0