Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2023-01-11 16:46:32 +01:00
44 changed files with 1103 additions and 224 deletions
+1 -1
View File
@@ -1 +1 @@
{}
{"id":"https://github.com/medusajs/medusa/releases/tag/v1.7.3","content":"v1.7.3 is out","isCloseable":true}
+34 -11
View File
@@ -26,13 +26,25 @@ module.exports = {
label: "Introduction",
},
{
type: "doc",
id: "quickstart/quick-start",
label: "Quickstart Guide",
},
{
type:"doc",
id: "quickstart/quick-start-docker",
type: "category",
label: "Install Medusa Server",
collapsed: false,
items: [
{
type: "doc",
id: "quickstart/quick-start",
label: "Quickstart Guide",
},
{
type: "doc",
id: "usage/create-medusa-app",
label: 'Use create-medusa-app'
},
{
type:"doc",
id: "quickstart/quick-start-docker",
},
]
},
{
type: "doc",
@@ -74,10 +86,6 @@ module.exports = {
type: "doc",
id: "admin/quickstart",
},
{
type: "doc",
id: "usage/create-medusa-app",
},
{
type: "category",
label: "Deployment",
@@ -174,6 +182,11 @@ module.exports = {
id: 'advanced/backend/upgrade-guides/index'
},
items: [
{
type: "doc",
id: "advanced/backend/upgrade-guides/1-7-3",
label: "v1.7.3"
},
{
type: "doc",
id: "advanced/backend/upgrade-guides/1-7-1",
@@ -343,6 +356,11 @@ module.exports = {
id: "advanced/backend/sales-channels/manage-admin",
label: "Manage Sales Channels"
},
{
type: "doc",
id: "advanced/admin/manage-publishable-api-keys",
label: "Manage PublishableApiKeys"
},
]
},
{
@@ -522,6 +540,11 @@ module.exports = {
type: "doc",
id: "advanced/backend/gift-cards/index"
},
{
type: "doc",
id: "advanced/backend/publishable-api-keys/index",
label: "Publishable API Keys"
},
]
},
{
+3
View File
@@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 5.03501C8.62634 3.80281 6.84533 3.12246 5 3.12501C4.12333 3.12501 3.28167 3.27501 2.5 3.55167V15.4267C3.30302 15.1434 4.14847 14.9991 5 15C6.92083 15 8.67333 15.7225 10 16.91M10 5.03501C11.3736 3.80274 13.1547 3.12238 15 3.12501C15.8767 3.12501 16.7183 3.27501 17.5 3.55167V15.4267C16.697 15.1434 15.8515 14.9991 15 15C13.1547 14.9975 11.3737 15.6778 10 16.91M10 5.03501V16.91" stroke="#7E7D86" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 579 B

+3
View File
@@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 5.03501C8.62634 3.80281 6.84533 3.12246 5 3.12501C4.12333 3.12501 3.28167 3.27501 2.5 3.55167V15.4267C3.30302 15.1434 4.14847 14.9991 5 15C6.92083 15 8.67333 15.7225 10 16.91M10 5.03501C11.3736 3.80274 13.1547 3.12238 15 3.12501C15.8767 3.12501 16.7183 3.27501 17.5 3.55167V15.4267C16.697 15.1434 15.8515 14.9991 15 15C13.1547 14.9975 11.3737 15.6778 10 16.91M10 5.03501V16.91" stroke="#9CA3AF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 579 B