mkdocs/mkdocs.yml

18 lines
318 B
YAML
Raw Normal View History

site_name: F-Docs
theme:
name: 'material'
2021-04-22 23:45:00 +02:00
repo_url: https://git.r4o.ch/francesco/mkdocs/
2021-05-24 15:17:11 +02:00
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
2021-05-24 15:19:39 +02:00
- Network: network.md