Re-wording in docs/workflows (#135)

* Quick pass over create.md

* pass over verify.md

* Re-arrange workflows

* Quick polish of scale.md and upgrade.md

* Quick polish of terminate.md

* Cut recovery.md down

* Brush over ssh

* storage

* Brush over trusted launch VMs

* Update docs/docs/workflows/verify-cluster.md

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>

* Update docs/docs/workflows/verify-cluster.md

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>

* Update docs/docs/workflows/verify-cluster.md

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>

* Add Azure back to title

* Update docs/docs/workflows/verify-cluster.md

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>

* fix lint errors

* publish to 2.0

Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com>
Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
Felix Schuster 2022-09-13 15:12:05 +02:00 committed by GitHub
parent c7f39388e4
commit eb213878a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 183 additions and 237 deletions

View file

@ -123,11 +123,6 @@ const sidebars = {
label: 'Create your cluster',
id: 'workflows/create',
},
{
type: 'doc',
label: 'Verify your cluster',
id: 'workflows/verify-cluster',
},
{
type: 'doc',
label: 'Scale your cluster',
@ -138,26 +133,6 @@ const sidebars = {
label: 'Upgrade your cluster',
id: 'workflows/upgrade',
},
{
type: 'doc',
label: 'Use persistent storage',
id: 'workflows/storage',
},
{
type: 'doc',
label: 'Azure trusted launch VMs',
id: 'workflows/trusted-launch',
},
{
type: 'doc',
label: 'Managing SSH keys',
id: 'workflows/ssh',
},
{
type: 'doc',
label: 'Troubleshooting',
id: 'workflows/troubleshooting',
},
{
type: 'doc',
label: 'Terminate your cluster',
@ -168,6 +143,31 @@ const sidebars = {
label: 'Recover your cluster',
id: 'workflows/recovery',
},
{
type: 'doc',
label: 'Verify your cluster',
id: 'workflows/verify-cluster',
},
{
type: 'doc',
label: 'Manage SSH keys',
id: 'workflows/ssh',
},
{
type: 'doc',
label: 'Use persistent storage',
id: 'workflows/storage',
},
{
type: 'doc',
label: 'Use Azure trusted launch VMs',
id: 'workflows/trusted-launch',
},
{
type: 'doc',
label: 'Troubleshooting',
id: 'workflows/troubleshooting',
},
],
},
{