-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (28 loc) · 818 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (28 loc) · 818 Bytes
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
site_name: Hierarchical Configuration
site_url: https://hier-config.readthedocs.io/
repo_url: https://github.com/netdevops/hier_config
theme:
name: readthedocs
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
show_root_heading: true
nav:
- Home: index.md
- Install: install.md
- Getting Started: getting-started.md
- Utilities: utilities.md
- Drivers: drivers.md
- Future Config: future-config.md
- Working with Tags: tags.md
- Custom Workflows: custom-workflows.md
- Remediation Reporting: remediation-reporting.md
- JunOS Style Syntax Remediation: junos-style-syntax-remediation.md
- Config View: config-view.md
- Architecture: architecture.md
- API Reference: api-reference.md
- Glossary: glossary.md