From 257f446cff78199657cd2ba6648aed9d6ee8e3f0 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 5 May 2025 09:33:02 -0400 Subject: [PATCH] Tweak punctuation --- docs/configuration/plugins.md | 2 +- docs/configuration/security.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/plugins.md b/docs/configuration/plugins.md index 63e8ddeab..9f838c119 100644 --- a/docs/configuration/plugins.md +++ b/docs/configuration/plugins.md @@ -35,7 +35,7 @@ Note that a plugin must be listed in `PLUGINS` for its configuration to take eff ## PLUGINS_CATALOG_CONFIG -Default: `{}` Empty +Default: `{}` (Empty) This parameter controls how individual plugins are displayed in the plugins catalog under Admin > System > Plugins. Adding a plugin to the `hidden` list will omit that plugin from the catalog. Adding a plugin to the `static` list will display the plugin, but not link to the plugin details or upgrade instructions. diff --git a/docs/configuration/security.md b/docs/configuration/security.md index d362a0160..676c1a336 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -135,7 +135,7 @@ DEFAULT_PERMISSIONS = { ## EXEMPT_VIEW_PERMISSIONS -Default: `[]` Empty list +Default: `[]` (Empty list) A list of NetBox models to exempt from the enforcement of view permissions. Models listed here will be viewable by all users, both authenticated and anonymous.