docs: fix tip box in "Installing From Scratch" page (#24915)

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
This commit is contained in:
Giulio Talarico
2023-08-08 20:12:36 +02:00
committed by GitHub
parent 340bfd88ae
commit 81bf2f01e2

View File

@@ -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: