From 81bf2f01e237a8405f567115d577571c70702100 Mon Sep 17 00:00:00 2001 From: Giulio Talarico <62653082+giuliotal@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:12:36 +0200 Subject: [PATCH] docs: fix tip box in "Installing From Scratch" page (#24915) Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- docs/docs/installation/installing-superset-from-scratch.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index ba48668618..8a58c59964 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -125,7 +125,9 @@ Then, you need to initialize the database: superset db upgrade ``` -:::tip Note that some configuration is mandatory for production instances of Superset. In particular, Superset will not start without a user-specified value of SECRET_KEY. Please see Configuring Superset. ::: +:::tip +Note that some configuration is mandatory for production instances of Superset. In particular, Superset will not start without a user-specified value of SECRET_KEY. Please see [Configuring Superset](https://superset.apache.org/docs/installation/configuring-superset). +::: Finish installing by running through the following commands: