This is an automated email from the ASF dual-hosted git repository.

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fca3a525d0 chore(docs): Move ::: onto its own line to fix caution 
formatting (#28243)
fca3a525d0 is described below

commit fca3a525d0d264cdc1ec183402da7459d4e505d0
Author: Sam Firke <[email protected]>
AuthorDate: Fri Apr 26 20:02:36 2024 -0400

    chore(docs): Move ::: onto its own line to fix caution formatting (#28243)
---
 docs/docs/configuration/configuring-superset.mdx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/docs/configuration/configuring-superset.mdx 
b/docs/docs/configuration/configuring-superset.mdx
index 9e28d3e78a..37415e2766 100644
--- a/docs/docs/configuration/configuring-superset.mdx
+++ b/docs/docs/configuration/configuring-superset.mdx
@@ -101,7 +101,8 @@ You can generate a strong secure key with `openssl rand 
-base64 42`.
 
 :::caution Use a strong secret key
 This key will be used for securely signing session cookies and encrypting 
sensitive information stored in Superset's application metadata database.
-Your deployment must use a complex, unique key. :::
+Your deployment must use a complex, unique key.
+:::
 
 #### Rotating to a newer SECRET_KEY
 

Reply via email to