mkdocs/mkdocs.yml
francesco 3d91b426af
All checks were successful
continuous-integration/drone/push Build is passing
document structure refatcoring
2021-05-24 15:17:11 +02:00

20 lines
323 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:
-