mkdocs/mkdocs.yml
francesco 03f7ec7eeb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
add algorithm and datastructure
2021-05-26 22:14:28 +02:00

24 lines
467 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:
- 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