Back to Medusa

{metadata.title}

www/apps/resources/app/not-found.mdx

2.14.21.1 KB
Original Source

import { CardList, H1, SimilarPages } from "docs-ui" import { BookOpen, AcademicCapSolid, ComputerDesktopSolid, BuildingStorefront } from "@medusajs/icons"

export const metadata = { title: Page Not Found, }

{metadata.title}

The page you were looking for isn't available.

If you're looking for Medusa v1 documentation, it's been moved to docs.medusajs.com/v1.

If you think this is a mistake, please report this issue on GitHub.

<SimilarPages />

Other Resources

<CardList itemsPerRow={2} items={[ { title: "Get Started Docs", href: "!docs!/learn", icon: BookOpen }, { title: "Commerce Modules", href: "/commerce-modules", icon: AcademicCapSolid }, { title: "Admin API reference", href: "!api!/admin", icon: ComputerDesktopSolid }, { title: "Store API reference", href: "!api!/store", icon: BuildingStorefront } ]} />