Adding upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6721599912
commit
a1777afd4b
103 changed files with 79620 additions and 742 deletions
12
mkdocs.yml
12
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue