docs: Refactor Documentation Structure (#28161)

Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
This commit is contained in:
Braum
2024-04-25 05:17:50 +08:00
committed by GitHub
parent bc65c245fe
commit e8a678b75a
37 changed files with 139 additions and 100 deletions

View File

@@ -15,7 +15,7 @@ While we recommend using `Docker Compose` for a quick start in a sandbox-type
environment and for other development-type use cases, **we
do not recommend this setup for production**. For this purpose please
refer to our
[Installing on Kubernetes](/docs/installation/running-on-kubernetes/)
[Installing on Kubernetes](/docs/installation/kubernetes/)
page.
:::
@@ -60,10 +60,10 @@ processes by running Docker Compose `stop` command. By doing so, you can avoid d
## What's next?
From this point on, you can head on to:
- [Create your first Dashboard](/docs/creating-charts-dashboards/creating-your-first-dashboard)
- [Create your first Dashboard](/docs/using-superset/creating-your-first-dashboard)
- [Connect to a Database](/docs/databases/installing-database-drivers)
- [Using Docker Compose](/docs/installation/installing-superset-using-docker-compose)
- [Configure Superset](/docs/installation/configuring-superset/)
- [Installing on Kubernetes](/docs/installation/running-on-kubernetes/)
- [Using Docker Compose](/docs/installation/docker-compose)
- [Configure Superset](/docs/configuration/configuring-superset/)
- [Installing on Kubernetes](/docs/installation/kubernetes/)
Or just explore our [Documentation](https://superset.apache.org/docs/intro)!