Skip to content

Commit

Permalink
Added VxLAN to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon committed Jul 4, 2023
1 parent 5fc80eb commit 81d05e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/advanced_usages/as-python-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for device in inventory.get_inventory(established_only=True):
)
```

You can find data model for [anta.inventory.AntaInventory](../api/inventory.md) in the [auto-generated documentation](../api/inventory.models.md).
You can find the ANTA Inventory module [here](../api/inventory.md).

??? note "How to create your inventory file"
Please visit this [dedicated section](../usage-inventory-catalog.md) for how to use inventory and catalog files.
Expand Down
1 change: 1 addition & 0 deletions docs/api/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This section describes all the available tests provided by ANTA package.
- [Software](tests.software.md)
- [STP](tests.stp.md)
- [System](tests.system.md)
- [VxLAN](tests.vxlan.md)



Expand Down
4 changes: 4 additions & 0 deletions docs/api/tests.vxlan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ANTA catalog for VxLAN tests

::: anta.tests.vxlan
heading_level: 3
11 changes: 6 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,13 @@ nav:
- STP: api/tests.stp.md
- Software: api/tests.software.md
- System: api/tests.system.md
- VxLAN: api/tests.vxlan.md
- API Documentation:
- Inventory module: api/inventory.md
- Inventory models:
- User Inventory data model: api/inventory.models.input.md
- Generated Inventory data model: api/inventory.models.md
- Test models: api/models.md
- Inventory:
- Inventory module: api/inventory.md
- Inventory models: api/inventory.models.input.md
- Test:
- Test models: api/models.md
- Result Manager:
- Result Manager module: api/result_manager.md
- Result Manager models: api/result_manager_models.md
Expand Down

0 comments on commit 81d05e5

Please sign in to comment.