This repository contains the documentation for SDN Launch Control.
Visit the live documentation at: https://taurine-technology.github.io/
npm install
npm startnpm run buildDocumentation is automatically deployed to GitHub Pages when:
- Changes are pushed to
mainbranch - New tags are created (creates versioned documentation)
Documentation versions are automatically created from GitHub tags:
- Tag format:
v1.0.0,v1.1.0, etc. - Each tag creates a new documentation version
- Latest version is always from
mainbranch
- Make changes to documentation in
docs/directory - Test locally:
npm start - Commit and push to
mainbranch - Documentation will be automatically deployed
docs/getting-started/- Installation and quick start guidesdocs/examples/- Step-by-step examples and tutorialsdocs/guides/- Detailed technical documentation