mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 05:24:16 -04:00
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:
parent
714158619a
commit
4ef2e289b2
6 changed files with 147 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue