Skip to content

Commit 6a95c1a

Browse files
authored
docs: add index module to framework dropdown (medusajs#12748)
1 parent f4b3528 commit 6a95c1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

www/packages/docs-ui/src/constants.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ export const navDropdownItems: NavigationItem[] = [
3434
title: "Events and Subscribers",
3535
link: "/learn/fundamentals/events-and-subscribers",
3636
},
37+
{
38+
type: "link",
39+
title: "Index Module",
40+
link: "/learn/fundamentals/module-links/index-module",
41+
},
3742
{
3843
type: "link",
3944
title: "Medusa Container",

0 commit comments

Comments
 (0)