Edits, additions, corrections, etc are most welcome. Our docs live in the docs folder and are written in Markdown.
- A system capable of running Docker
git@github.com:drud/docs.gitdocker build -t Fru-mkdocs .
docker run -it --rm -p 8000:8000 Fru-mkdocs- Edit docs as you see fit
- Build and run the container
- View your changes in the local environment at
http://localhost:8000 - Submit a pull request to this repository
The workflow above can be made simpler/faster by running mkdocs locally or by mounting a volume to the running container