docs: Add fileservice guides for S3 and Spaces (#430)

* docs: Add fileservice guides for S3 and Spaces

* fix: remove we in s3 guide

* fix: typos in spaces guide
This commit is contained in:
Oliver Windall Juhl
2021-10-01 12:58:44 +02:00
committed by GitHub
parent 22f3f2af93
commit 337fc16c38
5 changed files with 169 additions and 0 deletions

View File

@@ -79,6 +79,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 +107,15 @@ module.exports = {
},
],
},
{
type: "category",
label: "Deploy",
items: [
{
type: "doc",
id: "how-to/deploying-on-heroku",
},
],
},
],
}