mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-04 09:05:31 -05:00
fix some doc links
This commit is contained in:
parent
5cd69d4aee
commit
0952435e25
4
.github/docs/development.md
vendored
4
.github/docs/development.md
vendored
@ -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).
|
Instructions on how to set it up can be found in it's [README](/terraform/libvirt/README.md).
|
||||||
|
|
||||||
# Verification
|
# Verification
|
||||||
In order to verify your cluster we describe a [verification workflow](https://constellation-docs.edgeless.systems/constellation/workflows/verify) in our official docs.
|
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://constellation-docs.edgeless.systems/constellation/architecture/attestation#runtime-measurements) locally.
|
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).
|
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`.
|
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`.
|
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`.
|
||||||
|
@ -70,7 +70,7 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
|
|||||||
cmd.Println("Config file written to", flags.file)
|
cmd.Println("Config file written to", flags.file)
|
||||||
cmd.Println("Please fill in your CSP-specific configuration before proceeding.")
|
cmd.Println("Please fill in your CSP-specific configuration before proceeding.")
|
||||||
cmd.Println("Fore more information refer to the documentation:")
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ vendor: Edgeless Systems
|
|||||||
name: Constellation
|
name: Constellation
|
||||||
version: v1.0.0
|
version: v1.0.0
|
||||||
website_url: https://www.edgeless.systems/products/constellation/
|
website_url: https://www.edgeless.systems/products/constellation/
|
||||||
documentation_url: https://docs.edgeless.systems/constellation/latest
|
documentation_url: https://docs.edgeless.systems/constellation
|
||||||
product_logo_url: https://docs.edgeless.systems/constellation/_assets/constellation_white_bg.svg
|
product_logo_url: https://docs.edgeless.systems/constellation/img/logos/constellation_white_bg.svg
|
||||||
type: distribution
|
type: distribution
|
||||||
description: Constellation creates a confidential Kubernetes cluster.
|
description: Constellation creates a confidential Kubernetes cluster.
|
||||||
|
@ -64,9 +64,7 @@ async function createConfig() {
|
|||||||
// sidebarPath: 'sidebars.js',
|
// sidebarPath: 'sidebars.js',
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl: ({ locale, docPath }) => {
|
editUrl: 'https://github.com/edgelesssys/constellation/edit/main/docs',
|
||||||
return `https://github.com/edgelesssys/constellation-docs/edit/ref/docusarus/docs/${docPath}`;
|
|
||||||
},
|
|
||||||
routeBasePath: "/"
|
routeBasePath: "/"
|
||||||
},
|
},
|
||||||
blog: false,
|
blog: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user