mkdocs/mkdocs.yml
francesco 3a1fbb5b80
All checks were successful
continuous-integration/drone/push Build is passing
fixing nav structure
2021-05-24 15:19:39 +02:00

18 lines
318 B
YAML

site_name: F-Docs
theme:
name: 'material'
repo_url: https://git.r4o.ch/francesco/mkdocs/
docs_dir: 'docs'
# Page tree
nav:
- Home: index.md
- Programming:
- Python: python.md
- C#: csharp.md
- CI / CD:
- CI: ci.md
- CD: cd.md
- Docker: docker.md
- Linux: linux.md
- Network: network.md