diff --git a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md index c83166cebe..832cc67bcf 100644 --- a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md +++ b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md @@ -44,7 +44,7 @@ export CLIENT_SECRET=s3cr3t ``` ## Next Steps -Congrats, you now have a running instance of1 Polaris! For details on how to use Polaris, check out the [Using Polaris]({{% ref "using-polaris" %}}) page. +Congrats, you now have a running instance of1 Polaris! For details on how to use Polaris, check out the [Using Polaris]({{% relref "../using-polaris" %}}) page. ## Cleanup Instructions To shut down the Polaris server, run the following commands: diff --git a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md index d82387f51d..da60198b0f 100644 --- a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md +++ b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md @@ -39,7 +39,7 @@ export CLIENT_SECRET=s3cr3t ``` ## Next Steps -Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "using-polaris" %}}) page. +Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% relref "../using-polaris" %}}) page. ## Cleanup Instructions To shut down the Polaris server, run the following commands: diff --git a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md index 2f728c324d..30c99c61ba 100644 --- a/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md +++ b/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md @@ -39,7 +39,7 @@ export CLIENT_SECRET=s3cr3t ``` ## Next Steps -Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "using-polaris" %}}) page. +Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% relref "../using-polaris" %}}) page. ## Cleanup Instructions To shut down the Polaris server, run the following commands: diff --git a/site/hugo.yaml b/site/hugo.yaml index d522299d63..0bd5e89283 100644 --- a/site/hugo.yaml +++ b/site/hugo.yaml @@ -105,6 +105,9 @@ menu: - name: "0.9.0" url: "/in-dev/0.9.0/" parent: "releases" + - name: "1.0.0" + url: "/releases/1.0.0/" + parent: "releases" - name: "In Development" url: "/in-dev/unreleased/" parent: "releases"