20 lines
364 B
YAML
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 |