docs: remove upgrade guides doc (#9845)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user