summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 0050640..834c8ab 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -145,10 +145,12 @@ markdown_extensions:
separator: "-"
# permalink: "#"
permalink: true
- baselevel: 3
+ # baselevel: 3
- pymdownx.highlight
- pymdownx.snippets:
- base_path: docs/snippets
+ base_path:
+ - docs/snippets
+ - examples
- pymdownx.superfences
- pymdownx.superfences
- pymdownx.tabbed:
@@ -178,6 +180,7 @@ nav:
- Tests Documentation:
- Overview: api/tests.md
- AAA: api/tests.aaa.md
+ - Adaptive Virtual Topology: api/tests.avt.md
- BFD: api/tests.bfd.md
- Configuration: api/tests.configuration.md
- Connectivity: api/tests.connectivity.md
@@ -191,10 +194,12 @@ nav:
- Multicast: api/tests.multicast.md
- Profiles: api/tests.profiles.md
- PTP: api/tests.ptp.md
+ - Router Path Selection: api/tests.path_selection.md
- Routing:
- Generic: api/tests.routing.generic.md
- BGP: api/tests.routing.bgp.md
- OSPF: api/tests.routing.ospf.md
+ - ISIS: api/tests.routing.isis.md
- Security: api/tests.security.md
- Services: api/tests.services.md
- SNMP: api/tests.snmp.md
@@ -205,11 +210,11 @@ nav:
- VXLAN: api/tests.vxlan.md
- VLAN: api/tests.vlan.md
- API Documentation:
+ - Device: api/device.md
- Inventory:
- Inventory module: api/inventory.md
- Inventory models: api/inventory.models.input.md
- Test Catalog: api/catalog.md
- - Device: api/device.md
- Test:
- Test models: api/models.md
- Input Types: api/types.md
@@ -217,6 +222,7 @@ nav:
- Result Manager module: api/result_manager.md
- Result Manager models: api/result_manager_models.md
- Report Manager: api/report_manager.md
+ - Runner: api/runner.md
- Troubleshooting: troubleshooting.md
- Contributions: contribution.md
- FAQ: faq.md