diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 05:06:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 05:06:46 +0000 |
commit | 92240acb5cc600eec60624ece9ed4b9ec43b386f (patch) | |
tree | 13328d0de4f37030731a96e25749563742fce0cb /mkdocs.yml | |
parent | Adding upstream version 0.14.0. (diff) | |
download | anta-92240acb5cc600eec60624ece9ed4b9ec43b386f.tar.xz anta-92240acb5cc600eec60624ece9ed4b9ec43b386f.zip |
Adding upstream version 0.15.0.upstream/0.15.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |