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:
committed by
GitHub
parent
22f3f2af93
commit
337fc16c38
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user