docs: Deploying Medusa on Heroku (#425)

This commit is contained in:
Oliver Windall Juhl
2021-09-28 19:31:50 +02:00
committed by GitHub
parent a8f06a49d7
commit ff9cc0fa41
2 changed files with 208 additions and 0 deletions
+10
View File
@@ -99,5 +99,15 @@ module.exports = {
},
],
},
{
type: "category",
label: "Deploy",
items: [
{
type: "doc",
id: "how-to/deploying-on-heroku",
},
],
},
],
}