docs: add cloud update guide (#12778)

* docs: add cloud update guide

* fixes
This commit is contained in:
Shahed Nasser
2025-06-19 16:55:58 +03:00
committed by GitHub
parent 1bf8d53608
commit b110457647
5 changed files with 115 additions and 6 deletions

View File

@@ -112,6 +112,18 @@ export const sidebar = [
},
],
},
{
type: "category",
title: "Best Practices",
initialOpen: true,
children: [
{
type: "link",
title: "Update Medusa",
path: "/update-medusa",
},
],
},
],
},
]