docs: update nav items (#9709)
This commit is contained in:
@@ -50,11 +50,6 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
{
|
||||
type: "divider",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "UI Library",
|
||||
link: "/ui",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Admin Components",
|
||||
@@ -65,6 +60,11 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
title: "Storefront Development",
|
||||
link: "/v2/resources/storefront-development",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "UI Library",
|
||||
link: "/ui",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -96,6 +96,65 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "dropdown",
|
||||
title: "Framework",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "API Routes",
|
||||
link: "/v2/learn/basics/api-routes",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Modules",
|
||||
link: "/v2/learn/basics/modules",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Subscribers",
|
||||
link: "/v2/learn/basics/events-and-subscribers",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Scheduled Jobs",
|
||||
link: "/v2/learn/basics/scheduled-jobs",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Loaders",
|
||||
link: "/v2/learn/basics/loaders",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Admin Customizations",
|
||||
link: "/v2/learn/basics/admin-customizations",
|
||||
},
|
||||
{
|
||||
type: "divider",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Links",
|
||||
link: "/v2/learn/advanced-development/module-links",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Query",
|
||||
link: "/v2/learn/advanced-development/module-links/query",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Data Models",
|
||||
link: "/v2/learn/advanced-development/data-models",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Workflows",
|
||||
link: "/v2/learn/basics/workflows",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "dropdown",
|
||||
title: "Reference",
|
||||
@@ -123,6 +182,21 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
title: "Data Model API",
|
||||
link: "/v2/resources/references/data-model",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Service Factory",
|
||||
link: "/v2/resources/service-factory-reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Events Reference",
|
||||
link: "/v2/resources/events-reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Admin Widget Injection Zones",
|
||||
link: "/v2/resources/admin-widget-injection-zones",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user