This template contains necessary assets etc for heal-styled documentation using mkdocs.
- It can be used to start a new documentation-dedicated repository or components from here can be directly copy-pasted into existing docs.
- It can also be used to test and learn mkdocs without any python required.
pip install -r requirements.txt
mkdocs serve
Create a new repository on github with this template
In the mkdocs.yaml file, change the following lines:
site_url: https://norc-heal.github.io/heal-docs-template
repo_url: https://github.com/norc-heal/heal-docs-templateto
site_url: https://norc-heal.github.io/my-mkdocs-repo
repo_url: https://github.com/norc-heal/my-mkdocs-repowhere my-mkdocs-repo is the name of your newly created repository.
** NOTE: if using your personal github rather than the norc-heal organization, remember to change the base of the url as well to:
site_url: https://<account name>.github.io/my-mkdocs-repo
repo_url: https://github.com/<account name>/my-mkdocs-repo