This repository hosts the source code for the NBility model documentation website at https://nbility.netbeheernederland.nl.
The documentation website is built with Just the Docs.
To test the documentation site locally:
- Clone the repository
- Install Ruby
- Run
bundle install - Run
bundle exec jekyll serve -s docs -d _site --livereload --incremental --open-url
The website is deployed using GitHub Pages. Deployment is automated using GitHub Actions, so that on each commit on the main branch, the website is rebuilt.