Skip to content

Commit

Permalink
add features used, extras, and fix compat matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Nov 6, 2023
1 parent c71e3cf commit e2b87f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ While that last supported version will not be strictly enforced via the `max_ver
| 1.4.X | 1.5.3 | 1.5.99 [Official] |
| 1.5.X | 1.6.1 | 1.6.99 [Official] |
| 1.6.X | 1.6.1 | 1.6.99 [Official] |
| 2.0.x | 2.0.0 | TBD ! |
| 2.0.x | 2.0.0 | 2.9.99 |
6 changes: 2 additions & 4 deletions docs/user/app_feature_compliancecustom.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Navigating Compliance With Custom Logic

## Introduction
Custom compliance is a powerful method to alter the default behaviour and results of the natively provided `CLI` and `JSON` config type based configuration compliance.
Custom compliance is a powerful method to alter the default behavior and results of the natively provided `CLI` and `JSON` config type based configuration compliance.
The high level idea is to provide a Python code containing custom logic defined by the User. This code is called by the Golden Configuration Plugin in the compliance process,
allowing the user to change the default behaviour of the Golden Configuration Plugin.


allowing the user to change the default behavior of the Golden Configuration Plugin.

## Caveats

Expand Down
13 changes: 8 additions & 5 deletions docs/user/app_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ Utilizing these components, you can define the Golden Configuration standard for

## Nautobot Features Used

!!! warning "Developer Note - Remove Me!"
What is shown today in the Installed Plugins page in Nautobot. What parts of Nautobot does it interact with, what does it add etc. ?
- Dynamic Groups
- Jobs
- Job Buttons
- Secret Groups
- Git Repositories
- Git as a Data Source
- GraphQL Saved Queries

### Extras

!!! warning "Developer Note - Remove Me!"
Custom Fields - things like which CFs are created by this app?
Jobs - are jobs, if so, which ones, installed by this app?
The extras and features that Golden Config utilizes are covered in depth in [App Use Cases](./app_use_cases.md).

0 comments on commit e2b87f2

Please sign in to comment.