website/mkdocs.yml~

27 lines
597 B
YAML

site_name: webhosting
site_url: https://0.0.0.0:8000
site_description: Container information @RUG
site_author: p.h.vos
dev_addr: 0.0.0.0:8000
repo_url: https://git.webhosting.rug.nl/docs/website
copyright: Copyright &copy; 2019 <a href="https://rug.nl/staff/p.h.vos">P.H.Vos</a>
theme: readthedocs
pages:
- 'Home': 'index.md'
- 'Docker': 'docker.md'
- 'Kubernetes' : 'kubernetes.md'
- 'Rancher 2' : 'rancher2.md'
- 'Git': 'git.md'
- 'Drone CI': 'drone.md'
- 'Rancher Errors': 'rancher-err.md'
markdown_extensions:
- smarty
- toc:
permalink: '#'