mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
@@ -52,7 +52,7 @@ const config = {
|
||||
toExtensions: ['exe', 'zip'],
|
||||
redirects: [
|
||||
{
|
||||
to: '/docs/installation/installing-superset-using-docker-compose',
|
||||
to: '/docs/installation/docker-compose',
|
||||
from: '/installation.html',
|
||||
},
|
||||
{
|
||||
@@ -60,11 +60,11 @@ const config = {
|
||||
from: '/tutorials.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/creating-charts-dashboards/creating-your-first-dashboard',
|
||||
to: '/docs/using-superset/creating-your-first-dashboard',
|
||||
from: '/admintutorial.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/creating-charts-dashboards/creating-your-first-dashboard',
|
||||
to: '/docs/using-superset/creating-your-first-dashboard',
|
||||
from: '/usertutorial.html',
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ const config = {
|
||||
from: '/security.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/installation/sql-templating',
|
||||
to: '/docs/configuration/sql-templating',
|
||||
from: '/sqllab.html',
|
||||
},
|
||||
{
|
||||
@@ -84,11 +84,11 @@ const config = {
|
||||
from: '/druid.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/miscellaneous/country-map-tools',
|
||||
to: '/docs/configuration/country-map-tools',
|
||||
from: '/misc.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/miscellaneous/country-map-tools',
|
||||
to: '/docs/configuration/country-map-tools',
|
||||
from: '/visualization.html',
|
||||
},
|
||||
{
|
||||
@@ -100,11 +100,11 @@ const config = {
|
||||
from: '/faq.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/creating-charts-dashboards/creating-your-first-dashboard',
|
||||
to: '/docs/using-superset/creating-your-first-dashboard',
|
||||
from: '/tutorial.html',
|
||||
},
|
||||
{
|
||||
to: '/docs/creating-charts-dashboards/creating-your-first-dashboard',
|
||||
to: '/docs/using-superset/creating-your-first-dashboard',
|
||||
from: '/docs/creating-charts-dashboards/first-dashboard',
|
||||
},
|
||||
{
|
||||
@@ -112,7 +112,7 @@ const config = {
|
||||
from: '/docs/rest-api',
|
||||
},
|
||||
{
|
||||
to: '/docs/installation/alerts-reports',
|
||||
to: '/docs/configuration/alerts-reports',
|
||||
from: '/docs/installation/email-reports',
|
||||
},
|
||||
{
|
||||
@@ -254,6 +254,11 @@ const config = {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
},
|
||||
docs: {
|
||||
sidebar: {
|
||||
hideable: true,
|
||||
}
|
||||
},
|
||||
}),
|
||||
scripts: [
|
||||
'/script/matomo.js',
|
||||
|
||||
Reference in New Issue
Block a user