Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These fixes are needed due to this CI failure

**hugo_publish_apache-1  | ERROR [en] REF_NOT_FOUND: Ref "using-polaris": "/polaris/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-aws.md:47:121": page reference "using-polaris" is ambiguous
hugo_publish_apache-1  | ERROR [en] REF_NOT_FOUND: Ref "using-polaris": "/polaris/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-azure.md:42:139": page reference "using-polaris" is ambiguous
hugo_publish_apache-1  | ERROR [en] REF_NOT_FOUND: Ref "using-polaris": "/polaris/site/content/in-dev/unreleased/getting-started/deploying-polaris/quickstart-deploy-gcp.md:42:139": page reference "using-polaris" is ambiguous**


## Cleanup Instructions
To shut down the Polaris server, run the following commands:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions site/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't fully get this part should the url be same as 0.9.0 i.e "/in-dev/0.9.0/"

Copy link
Contributor Author

@flyrain flyrain Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.9.0 path should also needed to be point to the releases directory, but maybe in another PR.

parent: "releases"
- name: "In Development"
url: "/in-dev/unreleased/"
parent: "releases"
Expand Down
Loading