From e2b87f236ca440f30fa44a43744ffcb05a4f72fe Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Mon, 6 Nov 2023 09:18:02 -0700 Subject: [PATCH] add features used, extras, and fix compat matrix --- docs/admin/compatibility_matrix.md | 2 +- docs/user/app_feature_compliancecustom.md | 6 ++---- docs/user/app_overview.md | 13 ++++++++----- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index 4776c971..bfd1158d 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -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 | diff --git a/docs/user/app_feature_compliancecustom.md b/docs/user/app_feature_compliancecustom.md index cc330feb..8f43b914 100644 --- a/docs/user/app_feature_compliancecustom.md +++ b/docs/user/app_feature_compliancecustom.md @@ -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 diff --git a/docs/user/app_overview.md b/docs/user/app_overview.md index cb24f656..82d05dbe 100644 --- a/docs/user/app_overview.md +++ b/docs/user/app_overview.md @@ -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).