This project uses the cookiecutter
project generator to generate a fully
functional hosted documentation pipeline for you. Follow these steps:
- Ensure you have
docker
andmake
installed.- If you are running on Windows, you can simply run the docker commands that are in the
Makefile
- If you are running on Windows, you can simply run the docker commands that are in the
- Run
pip install cookiecutter mako mkdocs mkdocs-material
- Run
cookiecutter https://github.com/UnlockedEdu/documentation-pipeline-generator.git
- Write docs!
Since is a hosted documentation project, visit here for the full documentation.