|
|
@@ -31,6 +31,7 @@ const icon = {
|
|
|
<ellipse rx="11" ry="4.2" transform="rotate(120)"/>
|
|
|
</g>
|
|
|
</svg>`,
|
|
|
+ clockFiles: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-clock-icon lucide-file-clock"><path d="M14 2v4a2 2 0 0 0 2 2h4"/><path d="M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3"/><path d="M8 14v2.2l1.6 1"/><circle cx="8" cy="16" r="6"/></svg>`,
|
|
|
};
|
|
|
|
|
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
|
@@ -110,11 +111,6 @@ const sidebars = {
|
|
|
'guides/developer-guide/db-subscribers/index',
|
|
|
'guides/developer-guide/importing-data/index',
|
|
|
'guides/developer-guide/logging/index',
|
|
|
- {
|
|
|
- type: 'category',
|
|
|
- label: 'Migrating from v1',
|
|
|
- items: [{ type: 'autogenerated', dirName: 'guides/developer-guide/migrating-from-v1' }],
|
|
|
- },
|
|
|
'guides/developer-guide/scheduled-tasks/index',
|
|
|
'guides/developer-guide/stand-alone-scripts/index',
|
|
|
'guides/developer-guide/translations/index',
|
|
|
@@ -188,43 +184,6 @@ const sidebars = {
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- {
|
|
|
- type: 'category',
|
|
|
- label: 'Angular Admin UI',
|
|
|
- customProps: {
|
|
|
- icon: icon.computer,
|
|
|
- },
|
|
|
- items: [
|
|
|
- 'guides/extending-the-admin-ui/getting-started/index',
|
|
|
- 'guides/extending-the-admin-ui/ui-library/index',
|
|
|
- 'guides/extending-the-admin-ui/admin-ui-theming-branding/index',
|
|
|
- 'guides/extending-the-admin-ui/adding-ui-translations/index',
|
|
|
- 'guides/extending-the-admin-ui/using-other-frameworks/index',
|
|
|
- {
|
|
|
- type: 'html',
|
|
|
- value: 'Providers',
|
|
|
- className: 'sidebar-section-header',
|
|
|
- },
|
|
|
- 'guides/extending-the-admin-ui/nav-menu/index',
|
|
|
- 'guides/extending-the-admin-ui/alerts/index',
|
|
|
- 'guides/extending-the-admin-ui/add-actions-to-pages/index',
|
|
|
- 'guides/extending-the-admin-ui/page-tabs/index',
|
|
|
- 'guides/extending-the-admin-ui/custom-form-inputs/index',
|
|
|
- 'guides/extending-the-admin-ui/custom-data-table-components/index',
|
|
|
- 'guides/extending-the-admin-ui/custom-detail-components/index',
|
|
|
- 'guides/extending-the-admin-ui/bulk-actions/index',
|
|
|
- 'guides/extending-the-admin-ui/dashboard-widgets/index',
|
|
|
- 'guides/extending-the-admin-ui/custom-timeline-components/index',
|
|
|
- {
|
|
|
- type: 'html',
|
|
|
- value: 'Routes',
|
|
|
- className: 'sidebar-section-header',
|
|
|
- },
|
|
|
- 'guides/extending-the-admin-ui/defining-routes/index',
|
|
|
- 'guides/extending-the-admin-ui/creating-list-views/index',
|
|
|
- 'guides/extending-the-admin-ui/creating-detail-views/index',
|
|
|
- ],
|
|
|
- },
|
|
|
{
|
|
|
type: 'category',
|
|
|
label: 'Building a Storefront',
|
|
|
@@ -273,6 +232,59 @@ const sidebars = {
|
|
|
'guides/deployment/deploy-to-google-cloud-run/index',
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ type: 'html',
|
|
|
+ value: '<hr style="margin: 0; background-color: rgba(150, 150, 150, 0.2);" />', // The HTML to be rendered
|
|
|
+ defaultStyle: true, // Use the default menu item styling
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'category',
|
|
|
+ label: 'Legacy APIs',
|
|
|
+ customProps: {
|
|
|
+ icon: icon.clockFiles,
|
|
|
+ },
|
|
|
+ items: [
|
|
|
+ {
|
|
|
+ type: 'category',
|
|
|
+ label: 'Angular Admin UI',
|
|
|
+ items: [
|
|
|
+ 'guides/extending-the-admin-ui/getting-started/index',
|
|
|
+ 'guides/extending-the-admin-ui/ui-library/index',
|
|
|
+ 'guides/extending-the-admin-ui/admin-ui-theming-branding/index',
|
|
|
+ 'guides/extending-the-admin-ui/adding-ui-translations/index',
|
|
|
+ 'guides/extending-the-admin-ui/using-other-frameworks/index',
|
|
|
+ {
|
|
|
+ type: 'html',
|
|
|
+ value: 'Providers',
|
|
|
+ className: 'sidebar-section-header',
|
|
|
+ },
|
|
|
+ 'guides/extending-the-admin-ui/nav-menu/index',
|
|
|
+ 'guides/extending-the-admin-ui/alerts/index',
|
|
|
+ 'guides/extending-the-admin-ui/add-actions-to-pages/index',
|
|
|
+ 'guides/extending-the-admin-ui/page-tabs/index',
|
|
|
+ 'guides/extending-the-admin-ui/custom-form-inputs/index',
|
|
|
+ 'guides/extending-the-admin-ui/custom-data-table-components/index',
|
|
|
+ 'guides/extending-the-admin-ui/custom-detail-components/index',
|
|
|
+ 'guides/extending-the-admin-ui/bulk-actions/index',
|
|
|
+ 'guides/extending-the-admin-ui/dashboard-widgets/index',
|
|
|
+ 'guides/extending-the-admin-ui/custom-timeline-components/index',
|
|
|
+ {
|
|
|
+ type: 'html',
|
|
|
+ value: 'Routes',
|
|
|
+ className: 'sidebar-section-header',
|
|
|
+ },
|
|
|
+ 'guides/extending-the-admin-ui/defining-routes/index',
|
|
|
+ 'guides/extending-the-admin-ui/creating-list-views/index',
|
|
|
+ 'guides/extending-the-admin-ui/creating-detail-views/index',
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'category',
|
|
|
+ label: 'Migrating from v1',
|
|
|
+ items: [{ type: 'autogenerated', dirName: 'guides/developer-guide/migrating-from-v1' }],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
],
|
|
|
referenceSidebar: [
|
|
|
{
|