Skip to content

Commit fae17a0

Browse files
authored
Add 1.0.0 docs to the huge menu (#2020)
1 parent 1b5549d commit fae17a0

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export CLIENT_SECRET=s3cr3t
4444
```
4545

4646
## Next Steps
47-
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.
47+
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.
4848

4949
## Cleanup Instructions
5050
To shut down the Polaris server, run the following commands:

site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export CLIENT_SECRET=s3cr3t
3939
```
4040

4141
## Next Steps
42-
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.
42+
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.
4343

4444
## Cleanup Instructions
4545
To shut down the Polaris server, run the following commands:

site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export CLIENT_SECRET=s3cr3t
3939
```
4040

4141
## Next Steps
42-
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.
42+
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.
4343

4444
## Cleanup Instructions
4545
To shut down the Polaris server, run the following commands:

site/hugo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ menu:
105105
- name: "0.9.0"
106106
url: "/in-dev/0.9.0/"
107107
parent: "releases"
108+
- name: "1.0.0"
109+
url: "/releases/1.0.0/"
110+
parent: "releases"
108111
- name: "In Development"
109112
url: "/in-dev/unreleased/"
110113
parent: "releases"

0 commit comments

Comments
 (0)