mkdocs/mkdocs.yml
francesco 161c4c3f6a
All checks were successful
continuous-integration/drone/push Build is passing
Ass Scripting to nav, add python.md
2021-05-25 20:29:53 +02:00

22 lines
400 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
- Scripting:
- Bash: bash.md
- Network:
- Netcat: netcat.md
- Windows PS: windows_pw.md