mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
Rewrite install.md and create verify-cli.md (#124)
* Rewrite install.md and create verify-cli * Small beautification * Address review comment * Shorten examples.md * Quick brush over examples * Fix broken links in v2.0 * Fix broken links in v2.0 * fix lint errors Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
parent
55af5695ed
commit
ebb8d7ca96
19 changed files with 165 additions and 78 deletions
|
@ -113,6 +113,11 @@ const sidebars = {
|
|||
type: 'generated-index',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
label: 'Verify the CLI',
|
||||
id: 'workflows/verify-cli',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
label: 'Create your cluster',
|
||||
|
@ -121,7 +126,7 @@ const sidebars = {
|
|||
{
|
||||
type: 'doc',
|
||||
label: 'Verify your cluster',
|
||||
id: 'workflows/verify',
|
||||
id: 'workflows/verify-cluster',
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue