mkdocs/mkdocs.yml
francesco 0619746c55
All checks were successful
continuous-integration/drone/push Build is passing
Updated building process of dockerimage
2021-06-20 22:55:14 +02:00

25 lines
497 B
YAML

site_name: F-Docs
theme:
name: 'material'
repo_url: https://git.r4o.ch/francesco/mkdocs/
docs_dir: 'docs'
site_url: https://docs.r4o.ch
# Page tree
nav:
- Home: index.md
- Programming:
- Datastructure: datastructure.md
- Algorithm: algorithm.md
- Python: python.md
- C#: csharp.md
- DevOps:
- 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