Fix minio docs (#901)

* Add minio links to sidebar

* Minio plugin page

* Fixed some typos
This commit is contained in:
Edin Skeja
2021-12-09 19:11:05 +01:00
committed by GitHub
parent a0b6946b5f
commit 34ad5bbd4e
7 changed files with 68 additions and 6 deletions
+9
View File
@@ -95,6 +95,10 @@ module.exports = {
type: "doc",
id: "how-to/uploading-images-to-s3",
},
{
type: "doc",
id: "how-to/uploading-images-to-minio",
},
],
},
{
@@ -158,6 +162,11 @@ module.exports = {
id: "add-plugins/s3",
label: "File: S3",
},
{
type: "doc",
id: "add-plugins/minio",
label: "File: MinIO",
},
{
type: "doc",
id: "add-plugins/stripe",