From 4d7cb547620a61a614dea7f460db41960134f94a Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 28 Oct 2024 15:42:22 +0200 Subject: [PATCH] docs: add a note in 404 page about v1 docs (#9815) --- www/apps/book/app/_not-found.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/apps/book/app/_not-found.mdx b/www/apps/book/app/_not-found.mdx index bc4143fb6d..914b2b8541 100644 --- a/www/apps/book/app/_not-found.mdx +++ b/www/apps/book/app/_not-found.mdx @@ -14,6 +14,8 @@ export const metadata = { 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](https://docs.medusajs.com/v1). + If you think this is a mistake, please [report this issue on GitHub](https://github.com/medusajs/medusa/issues/new?assignees=&labels=type%3A+docs&template=docs.yml). \ No newline at end of file +/>