Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Nov 21, 2023
1 parent 4ba6cef commit 964bade
Show file tree
Hide file tree
Showing 5 changed files with 1,396 additions and 1,033 deletions.
2 changes: 1 addition & 1 deletion docs/admin/admin_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ The plugin behavior can be extended further with [config context](https://nautob
| connection_secret_path | Dotted expression of the dictionary path where a device secret should be stored for a given Nornir Plugin. |
| secret_access_type | Type of Secret Access Type to use. Examples. "GENERIC", "CONSOLE", "GNMI", "HTTP", "NETCONF", "REST", "RESTCONF", "SNMP", "SSH"|

For details on the [credentials](../../user/app_feature_credentials), [inventory](../../user/app_feature_inventory), and [dispatcher](../../user/app_feature_dispatcher) please see their respective documentation.
For details on the [credentials](../user/app_feature_credentials.md), [inventory](../user/app_feature_inventory.md), and [dispatcher](../user/app_feature_dispatcher.md) please see their respective documentation.
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdocs==1.3.1
mkdocs-material==8.4.2
mkdocstrings==0.19
mkdocstrings-python==0.7.1
mkdocs==1.5.2
mkdocs-material==9.2.4
mkdocs-version-annotations==1.0.0
mkdocstrings==0.22.0
mkdocstrings-python==1.5.2
6 changes: 3 additions & 3 deletions docs/user/app_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ To install the App, please follow the instructions detailed in the [Installation

## Credentials

The plugin allows you to integrate via a variety of methods to define your credentials, for details on what the options, see the [feature overview](../app_feature_credentials).
The plugin allows you to integrate via a variety of methods to define your credentials, for details on what the options, see the [feature overview](./app_feature_credentials.md).

## Dispatcher

The plugin uses a dispatcher to pick the Nornir task that it will run, there are sane defaults and the ability to extend them, for details on how leverage the dispatcher, see the [feature overview](../app_feature_dispatcher).
The plugin uses a dispatcher to pick the Nornir task that it will run, there are sane defaults and the ability to extend them, for details on how leverage the dispatcher, see the [feature overview](./app_feature_dispatcher.md).

## Inventory

The plugin allows you integrate Nornir with inventory, for details on what the options, see the [feature overview](../app_feature_inventory).
The plugin allows you integrate Nornir with inventory, for details on what the options, see the [feature overview](./app_feature_inventory.md).
Loading

0 comments on commit 964bade

Please sign in to comment.