To run the website, just start the docker container and connect to it
docker compose up --build -dThen, after starting, connect to http://localhost:8000
To stop the webserver, stop the compose stack
docker compose downTo contribute the repo, visit the mkdocs guide for writing docs
- To add a page to the nav, link it in mkdocs.yaml
- To link to a page from within the page, create it as markdown and link to it from a page