chore(docs): rename default docs plugin to user_docs for consistent versioned dir naming (#40171)

Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-05-15 22:26:43 -07:00
committed by GitHub
parent 8d2b655c22
commit 8a86ab7319
44 changed files with 86 additions and 78 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"
}
]
}