Training Development Docs
Less than 1 minute
Training Development Docs
Here you can find information for adding to the training courses that SAF offers.
We use this theme
Run a local deployment to test some changes:
- Clone the repository
- Create a branch and make your changes
- Run
npm i
- Run
npm run docs:dev
to build the site locally - View realtime updates of the local build in your browser, or rebuild to update with new pages.