|
@@ -151,12 +151,17 @@ const sidebars = {
|
|
|
'guides/extending-the-dashboard/creating-pages/detail-pages',
|
|
'guides/extending-the-dashboard/creating-pages/detail-pages',
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
- 'guides/extending-the-dashboard/navigation/index',
|
|
|
|
|
- 'guides/extending-the-dashboard/page-blocks/index',
|
|
|
|
|
- 'guides/extending-the-dashboard/action-bar-items/index',
|
|
|
|
|
- 'guides/extending-the-dashboard/alerts/index',
|
|
|
|
|
- 'guides/extending-the-dashboard/data-fetching/index',
|
|
|
|
|
- 'guides/extending-the-dashboard/theming/index',
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ type: 'category',
|
|
|
|
|
+ label: 'Customizing Pages',
|
|
|
|
|
+ link: { type: 'doc', id: 'guides/extending-the-dashboard/customizing-pages/index' },
|
|
|
|
|
+ items: [
|
|
|
|
|
+ 'guides/extending-the-dashboard/customizing-pages/customizing-list-pages',
|
|
|
|
|
+ 'guides/extending-the-dashboard/customizing-pages/customizing-detail-pages',
|
|
|
|
|
+ 'guides/extending-the-dashboard/customizing-pages/page-blocks',
|
|
|
|
|
+ 'guides/extending-the-dashboard/customizing-pages/action-bar-items',
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
type: 'category',
|
|
type: 'category',
|
|
|
label: 'Custom Form Elements',
|
|
label: 'Custom Form Elements',
|
|
@@ -166,6 +171,10 @@ const sidebars = {
|
|
|
'guides/extending-the-dashboard/custom-form-components/relation-selectors',
|
|
'guides/extending-the-dashboard/custom-form-components/relation-selectors',
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
|
|
+ 'guides/extending-the-dashboard/navigation/index',
|
|
|
|
|
+ 'guides/extending-the-dashboard/alerts/index',
|
|
|
|
|
+ 'guides/extending-the-dashboard/data-fetching/index',
|
|
|
|
|
+ 'guides/extending-the-dashboard/theming/index',
|
|
|
'guides/extending-the-dashboard/deployment/index',
|
|
'guides/extending-the-dashboard/deployment/index',
|
|
|
'guides/extending-the-dashboard/tech-stack/index',
|
|
'guides/extending-the-dashboard/tech-stack/index',
|
|
|
],
|
|
],
|