docs: use tooling convention across docs (#10512)
This commit is contained in:
@@ -107,33 +107,43 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "API Routes",
|
||||
link: "/learn/basics/api-routes",
|
||||
title: "Modules",
|
||||
link: "/learn/fundamentals/modules",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Modules",
|
||||
link: "/learn/basics/modules",
|
||||
title: "API Routes",
|
||||
link: "/learn/fundamentals/api-routes",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Workflows",
|
||||
link: "/learn/fundamentals/workflows",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Data Models",
|
||||
link: "/learn/fundamentals/data-models",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Subscribers",
|
||||
link: "/learn/basics/events-and-subscribers",
|
||||
link: "/learn/fundamentals/events-and-subscribers",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Scheduled Jobs",
|
||||
link: "/learn/basics/scheduled-jobs",
|
||||
link: "/learn/fundamentals/scheduled-jobs",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Loaders",
|
||||
link: "/learn/basics/loaders",
|
||||
link: "/learn/fundamentals/modules/loaders",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Admin Customizations",
|
||||
link: "/learn/basics/admin-customizations",
|
||||
link: "/learn/fundamentals/admin",
|
||||
},
|
||||
{
|
||||
type: "divider",
|
||||
@@ -141,22 +151,12 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
{
|
||||
type: "link",
|
||||
title: "Links",
|
||||
link: "/learn/advanced-development/module-links",
|
||||
link: "/learn/fundamentals/module-links",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Query",
|
||||
link: "/learn/advanced-development/module-links/query",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Data Models",
|
||||
link: "/learn/advanced-development/data-models",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Workflows",
|
||||
link: "/learn/basics/workflows",
|
||||
link: "/learn/fundamentals/module-links/query",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -179,12 +179,12 @@ export const navDropdownItems: NavigationItem[] = [
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Workflows",
|
||||
title: "Core Workflows",
|
||||
link: "/resources/medusa-workflows-reference",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Data Model API",
|
||||
title: "Data Model Language",
|
||||
link: "/resources/references/data-model",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user