docs: add upgrade guide for 1.3.8 (#2170)

* add upgrade guide for 1.3.8

* added to sidebar

* added announcement bar
This commit is contained in:
Shahed Nasser
2022-09-09 13:26:19 +03:00
committed by GitHub
parent 866ba8287d
commit c66e908099
3 changed files with 46 additions and 0 deletions
+8
View File
@@ -32,6 +32,14 @@ module.exports = {
]
],
themeConfig: {
announcementBar: {
id: 'release-1-3-8',
content:
'New Release! Version 1.3.8 of Medusa is out now! Read all about it <a href="https://github.com/medusajs/medusa/releases/tag/v1.3.8">here</a>.',
backgroundColor: '#7C53FF',
textColor: '#fff',
isCloseable: false,
},
colorMode: {
defaultMode: 'light',
disableSwitch: false,
+5
View File
@@ -169,6 +169,11 @@ module.exports = {
id: "advanced/backend/upgrade-guides/1-3-6",
label: "v1.3.6"
},
{
type: "doc",
id: "advanced/backend/upgrade-guides/1-3-8",
label: "v1.3.8"
},
]
},
]