feat(docs): Docusaurus multi-versioning, Developer Portal starter kit (#34271)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2025-08-22 09:53:01 -07:00
committed by GitHub
parent 2b2cc96f11
commit 0a45a89786
71 changed files with 16791 additions and 1809 deletions

View 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"
}
]
}