Code for the Slicknode documentation that is deployed here: https://slicknode.com/docs/
You need to have Python 3 and pip installed on your machine. Then install the dependencies from this directory:
pip install -r requirements.txt
Start the local development server:
mkdocs serve
To create a static site build of the documentation:
mkdocs build
This will create a static site export into the ./site folder.
Documentation of the mkdocs material theme