summaryrefslogtreecommitdiffstats
path: root/docs/usage-inventory-catalog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage-inventory-catalog.md')
-rw-r--r--docs/usage-inventory-catalog.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/usage-inventory-catalog.md b/docs/usage-inventory-catalog.md
index e41321a..7baebfb 100644
--- a/docs/usage-inventory-catalog.md
+++ b/docs/usage-inventory-catalog.md
@@ -47,8 +47,8 @@ The inventory file must start with the `anta_inventory` key then define one or m
A full description of the inventory model is available in [API documentation](api/inventory.models.input.md)
-!!! info
- Caching can be disabled per device, network or range by setting the `disable_cache` key to `True` in the inventory file. For more details about how caching is implemented in ANTA, please refer to [Caching in ANTA](advanced_usages/caching.md).
+> [!INFO]
+> Caching can be disabled per device, network or range by setting the `disable_cache` key to `True` in the inventory file. For more details about how caching is implemented in ANTA, please refer to [Caching in ANTA](advanced_usages/caching.md).
### Example
@@ -199,8 +199,8 @@ anta.tests.system:
tags: ['leaf']
```
-!!! info
- When using the CLI, you can filter the NRFU execution using tags. Refer to [this section](cli/tag-management.md) of the CLI documentation.
+> [!INFO]
+> When using the CLI, you can filter the NRFU execution using tags. Refer to [this section](cli/tag-management.md) of the CLI documentation.
### Tests available in ANTA
@@ -277,8 +277,10 @@ custom.tests.system:
type: ['cEOS-LAB']
```
-!!! tip "How to create custom tests"
- To create your custom tests, you should refer to this [documentation](advanced_usages/custom-tests.md)
+> [!TIP]
+> **How to create custom tests**
+>
+> To create your custom tests, you should refer to this [documentation](advanced_usages/custom-tests.md)
### Customize test description and categories
@@ -317,5 +319,5 @@ The following script reads all the files in `intended/test_catalogs/` with names
--8<-- "merge_catalogs.py"
```
-!!! warning
- The `AntaCatalog.merge()` method is deprecated and will be removed in ANTA v2.0. Please use the `AntaCatalog.merge_catalogs()` class method instead.
+> [!WARNING]
+> The `AntaCatalog.merge()` method is deprecated and will be removed in ANTA v2.0. Please use the `AntaCatalog.merge_catalogs()` class method instead.