mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat(docs): Docusaurus multi-versioning, Developer Portal starter kit (#34271)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
74
docs/versioned_sidebars/version-6.0.0-sidebars.json
Normal file
74
docs/versioned_sidebars/version-6.0.0-sidebars.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"CustomSidebar": [
|
||||
{
|
||||
"type": "doc",
|
||||
"label": "Introduction",
|
||||
"id": "intro"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"label": "Quickstart",
|
||||
"id": "quickstart"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Installation",
|
||||
"items": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "installation"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Configuration",
|
||||
"items": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "configuration"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Using Superset",
|
||||
"items": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "using-superset"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Contributing",
|
||||
"items": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "contributing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Security",
|
||||
"items": [
|
||||
{
|
||||
"type": "autogenerated",
|
||||
"dirName": "security"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"label": "FAQ",
|
||||
"id": "faq"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"label": "API",
|
||||
"id": "api"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user