docs: remove upgrade guides doc (#9845)

This commit is contained in:
Shahed Nasser
2024-11-10 14:13:00 +01:00
committed by GitHub
parent 1bae311a29
commit c7b24eb3ec
5 changed files with 0 additions and 29 deletions
@@ -1,11 +0,0 @@
export const metadata = {
title: `Upgrade Guides`,
}
# {metadata.title}
<Note type="soon">
Upgrade guides are coming soon for Medusa v2. In the meantime, check out the [release notes on GitHub](https://github.com/medusajs/medusa/releases) to stay updated with latest changes.
</Note>
@@ -204,7 +204,6 @@ export const generatedEditDates = {
"app/troubleshooting/general-errors/page.mdx": "2024-05-03T17:36:38+03:00",
"app/troubleshooting/s3/page.mdx": "2024-08-06T09:59:46+03:00",
"app/troubleshooting/page.mdx": "2024-07-18T08:57:11+02:00",
"app/upgrade-guides/page.mdx": "2024-07-18T08:57:11+02:00",
"app/usage/page.mdx": "2024-05-13T18:55:11+03:00",
"app/page.mdx": "2024-10-16T11:40:59.669Z",
"app/commerce-modules/auth/_events/_events-table/page.mdx": "2024-07-03T19:27:13+03:00",
@@ -1011,10 +1011,6 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/troubleshooting/s3/page.mdx",
"pathname": "/troubleshooting/s3"
},
{
"filePath": "/www/apps/resources/app/upgrade-guides/page.mdx",
"pathname": "/upgrade-guides"
},
{
"filePath": "/www/apps/resources/app/usage/page.mdx",
"pathname": "/usage"
-8
View File
@@ -9053,14 +9053,6 @@ export const generatedSidebar = [
"title": "Medusa Configurations",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/upgrade-guides",
"title": "Upgrade Guides",
"children": []
},
{
"loaded": true,
"isPathHref": true,
-5
View File
@@ -2091,11 +2091,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/references/medusa-config",
title: "Medusa Configurations",
},
{
type: "link",
path: "/upgrade-guides",
title: "Upgrade Guides",
},
{
type: "link",
path: "/deployment",