Răsfoiți Sursa

Fixes #19370: Update documentation default values (#19374)

* Update security.md for default values

* Update plugins.md documentation default formatting

* Tweak punctuation

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
mr1716 9 luni în urmă
părinte
comite
b17bfef7e5
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      docs/configuration/plugins.md
  2. 2 2
      docs/configuration/security.md

+ 1 - 1
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.
 

+ 2 - 2
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.
 
@@ -191,7 +191,7 @@ The lifetime (in seconds) of the authentication cookie issued to a NetBox user u
 
 ## LOGIN_FORM_HIDDEN
 
-Default: False
+Default: `False`
 
 Option to hide the login form when only SSO authentication is in use.