docs: change navbar items + breadcrumb improvements (#9209)

- Add a new commerce module navbar item
- Rename Learning Resources to Development Resources (in navbar and across documentation content)
- Improve breadcrumbs to show categories / subcategories

Preview: https://resources-docs-git-docs-navbar-changes-medusajs.vercel.app/v2/resources
This commit is contained in:
Shahed Nasser
2024-09-22 12:47:35 +00:00
committed by GitHub
parent 0bce09f0a2
commit 138523a629
24 changed files with 146 additions and 39 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ If you think this is a mistake, please [report this issue on GitHub](https://git
icon: BookOpen
},
{
title: "Learning Resources",
title: "Development Resources",
href: "!resources!",
icon: AcademicCapSolid
},
+1 -1
View File
@@ -35,7 +35,7 @@ export default function NotFound() {
icon: BookOpen,
},
{
title: "Learning Resources",
title: "Development Resources",
href: "!resources!",
icon: AcademicCapSolid,
},