From 92240acb5cc600eec60624ece9ed4b9ec43b386f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 07:06:46 +0200 Subject: Adding upstream version 0.15.0. Signed-off-by: Daniel Baumann --- mkdocs.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'mkdocs.yml') 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 -- cgit v1.2.3