mkdocs/mkdocs.yml
francesco 9aab550a91
All checks were successful
continuous-integration/drone/push Build is passing
Refactor Network
2021-05-24 15:39:23 +02:00

20 lines
364 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:
- Netcat: netcat.md
- Windows PS: windows_pw.md