s3proxy: add new page to documentation (#2417)

Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com>
Co-authored-by: Thomas Tendyck <ts@edgeless.systems>
This commit is contained in:
Otto Bittner 2023-10-10 15:35:23 +02:00 committed by GitHub
parent 714158619a
commit 4ef2e289b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 147 additions and 2 deletions

View file

@ -119,6 +119,11 @@ const sidebars = {
label: 'Horizontal Pod Autoscaling',
id: 'getting-started/examples/horizontal-scaling'
},
{
type: 'doc',
label: 'Filestash with s3proxy',
id: 'getting-started/examples/filstash-s3proxy'
},
]
},
],
@ -165,6 +170,11 @@ const sidebars = {
label: 'Install cert-manager',
id: 'workflows/cert-manager',
},
{
type: 'doc',
label: 'Install s3proxy',
id: 'workflows/s3proxy',
},
{
type: 'doc',
label: 'Terminate your cluster',