mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
docs: Reorganize and improve developer portal documentation (#36005)
This commit is contained in:
committed by
GitHub
parent
2f2128ac48
commit
208b1f7fa3
@@ -22,16 +22,10 @@ module.exports = {
|
||||
'index',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Getting Started',
|
||||
label: 'Contributing',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'getting-started/index',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Architecture',
|
||||
items: [
|
||||
'architecture/overview',
|
||||
'contributing/overview',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -39,47 +33,24 @@ module.exports = {
|
||||
label: 'Extensions',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'extensions/architectural-principles',
|
||||
'extensions/high-level-architecture',
|
||||
'extensions/overview',
|
||||
'extensions/quick-start',
|
||||
'extensions/architecture',
|
||||
'extensions/extension-project-structure',
|
||||
'extensions/extension-metadata',
|
||||
'extensions/frontend-contribution-types',
|
||||
'extensions/interacting-with-host',
|
||||
'extensions/dynamic-module-loading',
|
||||
'extensions/deploying-extension',
|
||||
'extensions/lifecycle-management',
|
||||
'extensions/development-mode',
|
||||
'extensions/versioning',
|
||||
'extensions/security-implications',
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'extensions/built-in-features',
|
||||
customProps: {
|
||||
disabled: true,
|
||||
},
|
||||
},
|
||||
'extensions/proof-of-concept',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'API Reference',
|
||||
label: 'Testing',
|
||||
collapsed: true,
|
||||
items: [
|
||||
'api/frontend',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'CLI',
|
||||
items: [
|
||||
'cli/overview',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Examples',
|
||||
items: [
|
||||
'examples/index',
|
||||
'testing/overview',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user