Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian <cmsirbu@users.noreply.github.com>
  • Loading branch information
snaselj and cmsirbu authored Feb 1, 2024
1 parent 8b3e405 commit 463cd2d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions docs/admin/integrations/aci.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide will walk you through steps to set up Cisco ACI integration with the

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[aci]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Command Setup

Create a top-level command named `aci` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `aci` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide will walk you through steps to set up AWX / Ansible Tower integration

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[ansible]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Command Setup

Create a top-level command named `ansible` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `ansible` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/aristacv.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide will walk you through steps to set up Arista CloudVision integration

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[aristacv]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Command Setup

Create a top-level command named `aristacv` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `aristacv` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ This guide will walk you through steps to set up Grafana integration with the `n

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[grafana]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- [Grafana](https://grafana.com/docs/grafana/latest/installation/) application installed and configured with dashboards and panels.
- [Grafana Image Rendering Service](https://grafana.com/docs/grafana/latest/administration/image_rendering/) installed.
- [Grafana Image Rending App for Grafana](https://grafana.com/grafana/plugins/grafana-image-renderer/) installed in your Grafana application.

## Command Setup

Create a top-level command named `grafana` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `grafana` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/ipfabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This guide will walk you through steps to set up IPFabric integration with the `

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[ipfabric]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Version Matrix

Expand All @@ -25,7 +25,7 @@ Here is a compatibility matrix and the minimum versions required to run this app

## Command Setup

Create a top-level command named `ipfabric` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `ipfabric` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/meraki.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide will walk you through steps to set up Cisco Meraki integration with t

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[meraki]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Command Setup

Create a top-level command named `meraki` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `meraki` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down
6 changes: 3 additions & 3 deletions docs/admin/integrations/panorama.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This guide will walk you through steps to set up Palo Alto Panorama integration

Before configuring the integration, please ensure the following:

- `nautobot-chatops` App was [installed with integration extra dependencies](./../install.md#installation-guide).
- `nautobot-chatops` App was [installed with integration extra dependencies](../install.md#installation-guide).
```shell
pip install nautobot-chatops[panorama]
```
- `nautobot-chatops` App is set up with at least one [enabled chat platform](./../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).
- `nautobot-chatops` App is set up with at least one [enabled chat platform](../install.md#chat-platforms-configuration) and [tested](./../install.md#test-your-chatbot).

## Command Setup

Create a top-level command named `panorama` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](./../install.md#chat-platforms-configuration).
Create a top-level command named `panorama` in your enabled chat platform. For detailed instructions related to your specific chat platform, refer to the [platform specific set up](../install.md#chat-platforms-configuration).

## Configuration

Expand Down

0 comments on commit 463cd2d

Please sign in to comment.