Browse Source

Merge pull request #4172 from dstarner/4171-required-settings-documentation-format

[Fix #4171] fix extraneous formatting of notice boxes in required settings doc
Jeremy Stretch 6 years ago
parent
commit
0c8ad45976
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/configuration/required-settings.md

+ 3 - 3
docs/configuration/required-settings.md

@@ -80,11 +80,11 @@ REDIS = {
 }
 }
 ```
 ```
 
 
-!!! note:
+!!! note
     If you are upgrading from a version prior to v2.7, please note that the Redis connection configuration settings have
     If you are upgrading from a version prior to v2.7, please note that the Redis connection configuration settings have
     changed. Manual modification to bring the `REDIS` section inline with the above specification is necessary
     changed. Manual modification to bring the `REDIS` section inline with the above specification is necessary
 
 
-!!! warning:
+!!! note
     It is highly recommended to keep the webhook and cache databases separate. Using the same database number on the
     It is highly recommended to keep the webhook and cache databases separate. Using the same database number on the
     same Redis instance for both may result in webhook processing data being lost during cache flushing events.
     same Redis instance for both may result in webhook processing data being lost during cache flushing events.
 
 
@@ -124,7 +124,7 @@ REDIS = {
 }
 }
 ```
 ```
 
 
-!!! note:
+!!! note
     It is possible to have only one or the other Redis configurations to use Sentinel functionality. It is possible
     It is possible to have only one or the other Redis configurations to use Sentinel functionality. It is possible
     for example to have the webhook use sentinel via `HOST`/`PORT` and for caching to use Sentinel via 
     for example to have the webhook use sentinel via `HOST`/`PORT` and for caching to use Sentinel via 
     `SENTINELS`/`SENTINEL_SERVICE`.
     `SENTINELS`/`SENTINEL_SERVICE`.