The page you were looking for isn't available.
{/* @ts-expect-error React v19 doesn't recognize these as elements. */} diff --git a/www/apps/user-guide/app/customers/groups/page.mdx b/www/apps/user-guide/app/customers/groups/page.mdx index 732d06d167..07bfdfdc19 100644 --- a/www/apps/user-guide/app/customers/groups/page.mdx +++ b/www/apps/user-guide/app/customers/groups/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Manage Customer Groups" tags: - user guide - customer +products: + - customer --- import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons" diff --git a/www/apps/user-guide/app/customers/manage/page.mdx b/www/apps/user-guide/app/customers/manage/page.mdx index 93fdef76c4..f8e8f92a3d 100644 --- a/www/apps/user-guide/app/customers/manage/page.mdx +++ b/www/apps/user-guide/app/customers/manage/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Manage Customers" tags: - user guide - customer +products: + - customer --- import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons" diff --git a/www/apps/user-guide/app/customers/page.mdx b/www/apps/user-guide/app/customers/page.mdx index 2049ec9a91..66afb4d1b2 100644 --- a/www/apps/user-guide/app/customers/page.mdx +++ b/www/apps/user-guide/app/customers/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Customers Overview" tags: - user guide - customer +products: + - customer --- export const metadata = { diff --git a/www/apps/user-guide/app/inventory/inventory/page.mdx b/www/apps/user-guide/app/inventory/inventory/page.mdx index 312cc9ef62..c07a46e5c5 100644 --- a/www/apps/user-guide/app/inventory/inventory/page.mdx +++ b/www/apps/user-guide/app/inventory/inventory/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Manage Inventory Items" tags: - user guide - inventory +products: + - inventory --- import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons" diff --git a/www/apps/user-guide/app/inventory/page.mdx b/www/apps/user-guide/app/inventory/page.mdx index 6eaf73f6d8..2c3c4977c0 100644 --- a/www/apps/user-guide/app/inventory/page.mdx +++ b/www/apps/user-guide/app/inventory/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Inventory Overview" tags: - user guide - inventory +products: + - inventory --- export const metadata = { diff --git a/www/apps/user-guide/app/inventory/reservations/page.mdx b/www/apps/user-guide/app/inventory/reservations/page.mdx index 20b7fc7dff..05876cbe65 100644 --- a/www/apps/user-guide/app/inventory/reservations/page.mdx +++ b/www/apps/user-guide/app/inventory/reservations/page.mdx @@ -4,6 +4,8 @@ sidebar_label: "Manage Reservations" tags: - user guide - inventory +products: + - inventory --- import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons" diff --git a/www/apps/user-guide/app/not-found.mdx b/www/apps/user-guide/app/not-found.mdx index 85074422ce..277170c593 100644 --- a/www/apps/user-guide/app/not-found.mdx +++ b/www/apps/user-guide/app/not-found.mdx @@ -1,3 +1,7 @@ +--- +hide_content_menu: true +--- + import { CardList, H1 } from "docs-ui" import { BookOpen, @@ -10,7 +14,7 @@ export const metadata = { title: `Page Not Found`, } -