A modern and feature rich version of eXpOS NITC built using mkDocs Material.
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
Using pipenv
# Clone the repository
$ git clone https://github.com/eXpOSNitc/expos-docs.git
# Install the packages
$ pipenv install
# Open a virtual env shell
$ pipenv shell
# exit shell
$ exit
$ pip install -r requirements.txt
$ mkdocs serve
Your version of the website should be up in http://localhost:8000/
.
Sometimes changes are not reflected on the website, make sure to disable caching in your browser.
If you encounter issues with the website or have fixes please raise a pull request/issue.