docs: Deploying our Gatsby storefront on Netlify (#443)

This commit is contained in:
Oliver Windall Juhl
2021-10-13 20:41:05 +02:00
committed by GitHub
parent 61bd7de9a3
commit d8e0f75406
3 changed files with 82 additions and 1 deletions
+8
View File
@@ -119,6 +119,10 @@ module.exports = {
type: "doc",
id: "how-to/deploying-on-heroku",
},
{
type: "doc",
id: "how-to/deploying-on-qovery",
},
{
type: "doc",
id: "how-to/deploying-on-digital-ocean",
@@ -127,6 +131,10 @@ module.exports = {
type: "doc",
id: "how-to/deploying-admin-on-netlify",
},
{
type: "doc",
id: "how-to/deploying-gatsby-on-netlify",
},
],
},
],