mkdocs/mkdocs.yml

25 lines
497 B
YAML
Raw Permalink Normal View History

site_name: F-Docs
theme:
name: 'material'
2021-04-22 23:45:00 +02:00
repo_url: https://git.r4o.ch/francesco/mkdocs/
2021-05-24 15:17:11 +02:00
docs_dir: 'docs'
site_url: https://docs.r4o.ch
2021-05-24 15:17:11 +02:00
# Page tree
nav:
- Home: index.md
- Programming:
2021-05-26 22:14:28 +02:00
- Datastructure: datastructure.md
- Algorithm: algorithm.md
2021-05-24 15:17:11 +02:00
- Python: python.md
- C#: csharp.md
2021-05-26 22:14:28 +02:00
- DevOps:
2021-05-24 15:17:11 +02:00
- CI: ci.md
- CD: cd.md
- Docker: docker.md
- Linux: linux.md
2021-05-25 20:29:53 +02:00
- Scripting:
- Bash: bash.md
2021-05-24 15:39:23 +02:00
- Network:
- Netcat: netcat.md
- Windows PS: windows_pw.md