docs: add index module to framework dropdown (#12748)

This commit is contained in:
Shahed Nasser
2025-06-16 17:39:44 +03:00
committed by GitHub
parent f4b3528fb1
commit 6a95c1a0a5

View File

@@ -34,6 +34,11 @@ export const navDropdownItems: NavigationItem[] = [
title: "Events and Subscribers",
link: "/learn/fundamentals/events-and-subscribers",
},
{
type: "link",
title: "Index Module",
link: "/learn/fundamentals/module-links/index-module",
},
{
type: "link",
title: "Medusa Container",