A project documentation template.
- Install cookiecutter
$ pip install cookiecutter
- Create new project from Cookiecutter by calling
$ cookiecutter https://github.com/alpha2phi/doc-template.git
- Install Python packages
$ pip install -r requirements.txt
- Run mkdocs
$ mkdocs serve
- Click the big green button
Use this template
or click here. - Enter a Repository name and click
Create repository from template
- Head over to the created repository and complete the setup.
- In the a new repository, complete the project setup by editing the
cookiecutter.json
file. - Perform a commit (the commit message doesn't matter).
- Wait Setup Repository Action to complete.