summaryrefslogtreecommitdiffstats
path: root/docs/usage-inventory-catalog.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:36:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:36:50 +0000
commit7763cc454d686d51bf2e0ccc1f2ccf7d62a0d625 (patch)
treef36d2006dd01bd01a069956741d831d9d5633377 /docs/usage-inventory-catalog.md
parentAdding debian version 0.13.0-1. (diff)
downloadanta-7763cc454d686d51bf2e0ccc1f2ccf7d62a0d625.tar.xz
anta-7763cc454d686d51bf2e0ccc1f2ccf7d62a0d625.zip
Merging upstream version 0.14.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/usage-inventory-catalog.md')
-rw-r--r--docs/usage-inventory-catalog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/usage-inventory-catalog.md b/docs/usage-inventory-catalog.md
index 39734f3..370f573 100644
--- a/docs/usage-inventory-catalog.md
+++ b/docs/usage-inventory-catalog.md
@@ -12,7 +12,7 @@ Both inputs can be defined in a file or programmatically.
## Device Inventory
-A device inventory is an instance of the [AntaInventory](../api/inventory.md#anta.inventory.AntaInventory) class.
+A device inventory is an instance of the [AntaInventory](./api/inventory.md#anta.inventory.AntaInventory) class.
### Device Inventory File
@@ -41,8 +41,8 @@ anta_inventory:
The inventory file must start with the `anta_inventory` key then define one or multiple methods:
- `hosts`: define each device individually
-- `networks`: scan a network for devices accesible via eAPI
-- `ranges`: scan a range for devices accesible via eAPI
+- `networks`: scan a network for devices accessible via eAPI
+- `ranges`: scan a range for devices accessible via eAPI
A full description of the inventory model is available in [API documentation](api/inventory.models.input.md)
@@ -72,7 +72,7 @@ anta_inventory:
## Test Catalog
-A test catalog is an instance of the [AntaCatalog](../api/catalog.md#anta.catalog.AntaCatalog) class.
+A test catalog is an instance of the [AntaCatalog](./api/catalog.md#anta.catalog.AntaCatalog) class.
### Test Catalog File