merge develop

This commit is contained in:
Sebastian Rindom
2021-10-15 20:09:31 +02:00
parent 10c87e8d5a
commit 4fd361fddd
207 changed files with 8699 additions and 4124 deletions

View File

@@ -1,9 +0,0 @@
{
"plugins": ["prettier"],
"extends": ["prettier"],
"rules": {
"prettier/prettier": "error",
"semi": "error",
"no-unused-expressions": "true"
}
}

View File

@@ -1,7 +0,0 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}

View File

@@ -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",
},
],
},
],
}