fix some doc links

This commit is contained in:
Thomas Tendyck 2022-09-10 13:44:17 +02:00 committed by Thomas Tendyck
parent 5cd69d4aee
commit 0952435e25
4 changed files with 7 additions and 9 deletions

View File

@ -56,8 +56,8 @@ You can do this by utilizing our terraform setup.
Instructions on how to set it up can be found in it's [README](/terraform/libvirt/README.md).
# Verification
In order to verify your cluster we describe a [verification workflow](https://constellation-docs.edgeless.systems/constellation/workflows/verify) in our official docs.
Apart from that you can also reproduce some of the measurements described in the [docs](https://constellation-docs.edgeless.systems/constellation/architecture/attestation#runtime-measurements) locally.
In order to verify your cluster we describe a [verification workflow](https://docs.edgeless.systems/constellation/workflows/verify) in our official docs.
Apart from that you can also reproduce some of the measurements described in the [docs](https://docs.edgeless.systems/constellation/architecture/attestation#runtime-measurements) locally.
To do so you have to create a cluster locally as described in the [previous section](/.github/docs/development.md#locally).
However, you don't have to go through the full manual, you can stop after running `terraform apply`.
If `terraform apply` succeeded you will find two files in your current working directory: `control-plane-0_pcrs.json` and `control-plane-0_pcrs.yaml`.

View File

@ -70,7 +70,7 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
cmd.Println("Config file written to", flags.file)
cmd.Println("Please fill in your CSP-specific configuration before proceeding.")
cmd.Println("Fore more information refer to the documentation:")
cmd.Println("\thttps://constellation-docs.edgeless.systems/constellation/getting-started/first-steps#create-a-cluster")
cmd.Println("\thttps://docs.edgeless.systems/constellation/getting-started/first-steps")
return nil
}

View File

@ -2,7 +2,7 @@ vendor: Edgeless Systems
name: Constellation
version: v1.0.0
website_url: https://www.edgeless.systems/products/constellation/
documentation_url: https://docs.edgeless.systems/constellation/latest
product_logo_url: https://docs.edgeless.systems/constellation/_assets/constellation_white_bg.svg
documentation_url: https://docs.edgeless.systems/constellation
product_logo_url: https://docs.edgeless.systems/constellation/img/logos/constellation_white_bg.svg
type: distribution
description: Constellation creates a confidential Kubernetes cluster.

View File

@ -64,9 +64,7 @@ async function createConfig() {
// sidebarPath: 'sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: ({ locale, docPath }) => {
return `https://github.com/edgelesssys/constellation-docs/edit/ref/docusarus/docs/${docPath}`;
},
editUrl: 'https://github.com/edgelesssys/constellation/edit/main/docs',
routeBasePath: "/"
},
blog: false,
@ -255,7 +253,7 @@ async function createConfig() {
},
]
]
}
}
};
module.exports = createConfig;