merge develop
This commit is contained in:
@@ -69,6 +69,10 @@ module.exports = {
|
||||
type: "doc",
|
||||
id: "how-to/headless-ecommerce-store-with-gatsby-contentful-medusa",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/making-your-store-more-powerful-with-contentful",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -79,6 +83,14 @@ module.exports = {
|
||||
type: "doc",
|
||||
id: "how-to/create-medusa-app",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/uploading-images-to-spaces",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/uploading-images-to-s3",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -99,5 +111,19 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Deploy",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-on-heroku",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "how-to/deploying-admin-on-netlify",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user