forked from Network-Automation-Forum/handyinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·47 lines (43 loc) · 1.44 KB
/
mkdocs.yml
File metadata and controls
executable file
·47 lines (43 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
site_name: "Handy Info Docs"
site_description: "Information about network automation, orchestration, and observability that you just might find handy."
nav:
- Home: "index.md"
- Start Here: "StartHere.md"
- Learning Materials:
- General: "learning_materials/general.md"
- Python: "learning_materials/python.md"
- GoLang: "learning_materials/go.md"
- Git: "learning_materials/git.md"
- Ansible: "learning_materials/ansible.md"
- Terraform: "learning_materials/terraform.md"
- Nornir: "learning_materials/nornir.md"
- Templating: "learning_materials/templating.md"
- Examples:
- Dartmouth College Jinja2 Templates: "https://github.com/Network-Automation-Forum/handyinfo/tree/main/examples/dartmouth-device-templates"
- AutoCon Coverage:
- AutoCon0: "autocon_coverage/autocon0.md"
- AutoCon1: "autocon_coverage/autocon1.md"
- AutoCon2: "autocon_coverage/autocon2.md"
repo_url: "https://github.com/Network-Automation-Forum/handyinfo"
repo_name: "Network-Automation-Forum/handyinfo"
theme:
name: "material"
logo: "img/NAF.png"
favicon: "img/favicon.png"
palette:
- scheme: "slate"
primary: "custom"
accent: "custom"
features:
- "navigation.tracking"
extra:
homepage: "https://networkautomation.forum/"
extra_css:
- "stylesheets/extra.css"
plugins:
- "include-markdown"
markdown_extensions:
- "admonition"
- "pymdownx.details"
- "pymdownx.superfences"