docs: improvements to deployment guides (#6183)
- Add a new deployment overview page giving a general overview of how a Medusa project is deployed - Add a new section in all backend deployment guides related to the Medusa admin. - Add a general deployment guide for the medusa admin. - Add a general deployment guide for the Next.js starter
This commit is contained in:
@@ -322,6 +322,10 @@ module.exports = {
|
||||
customProps: {
|
||||
sidebar_icon: "cloud-arrow-up",
|
||||
},
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "deployments/index",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
@@ -371,6 +375,10 @@ module.exports = {
|
||||
"https://res.cloudinary.com/dza7lstvk/image/upload/v1681296578/Medusa%20Docs/Other/aF4ZuDS_t11rcu.png",
|
||||
dark: "https://res.cloudinary.com/dza7lstvk/image/upload/v1681296612/Medusa%20Docs/Other/Lg7NHQk_qo6oax.png",
|
||||
},
|
||||
badge: {
|
||||
variant: "blue",
|
||||
children: "Community",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -382,6 +390,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
customProps: {
|
||||
category_id: "deploy_backend",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
@@ -403,7 +414,18 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/admin/general-guide",
|
||||
label: "General Deployment",
|
||||
customProps: {
|
||||
iconName: "academic-cap-solid",
|
||||
},
|
||||
},
|
||||
],
|
||||
customProps: {
|
||||
category_id: "deploy_admin",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
@@ -425,7 +447,18 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "deployments/storefront/general-guide",
|
||||
label: "General Deployment",
|
||||
customProps: {
|
||||
iconName: "academic-cap-solid",
|
||||
},
|
||||
},
|
||||
],
|
||||
customProps: {
|
||||
category_id: "deploy_storefront",
|
||||
},
|
||||
},
|
||||
],
|
||||
className: "homepage-sidebar-item",
|
||||
|
||||
Reference in New Issue
Block a user