This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new fae17a083 Add 1.0.0 docs to the huge menu (#2020)
fae17a083 is described below
commit fae17a083a9eaa6b98558060d2360bb8dfabcd2d
Author: Yufei Gu <[email protected]>
AuthorDate: Wed Jul 9 17:25:56 2025 -0700
Add 1.0.0 docs to the huge menu (#2020)
---
.../getting-started/deploying-polaris/quickstart-deploy-aws.md | 2 +-
.../getting-started/deploying-polaris/quickstart-deploy-azure.md | 2 +-
.../getting-started/deploying-polaris/quickstart-deploy-gcp.md | 2 +-
site/hugo.yaml | 3 +++
4 files changed, 6 insertions(+), 3 deletions(-)
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 c83166ceb..832cc67bc 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 d82387f51..da60198b0 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 2f728c324..30c99c61b 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 d522299d6..0bd5e8928 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"