flyrain commented on code in PR #2928:
URL: https://github.com/apache/polaris/pull/2928#discussion_r2470274684
##########
site/hugo.yaml:
##########
@@ -97,37 +97,37 @@ imaging:
menu:
main:
- name: "Documentation"
- identifier: "releases"
+ identifier: "doc"
weight: 100
params:
orderby: weight.desc
- name: "In Development"
url: "/in-dev/unreleased/"
- parent: "releases"
+ parent: "doc"
weight: 1
- name: "1.2.0"
url: "/releases/1.2.0/"
- parent: "releases"
+ parent: "doc"
weight: 996
- name: "1.1.0"
url: "/releases/1.1.0/"
- parent: "releases"
+ parent: "doc"
weight: 997
- name: "1.0.1"
url: "/releases/1.0.1/"
- parent: "releases"
+ parent: "doc"
weight: 998
- name: "1.0.0"
url: "/releases/1.0.0/"
- parent: "releases"
+ parent: "doc"
weight: 999
- name: "0.9.0"
url: "/releases/0.9.0/"
- parent: "releases"
+ parent: "doc"
weight: 1000
- - name: "Downloads"
- identifier: "downloads"
+ - name: "Releases"
+ identifier: "releases"
url: "/downloads"
Review Comment:
Trying to keep it for backward compatibilities, as we've shared the link
multiple places. I'm OK to change it to `releases` as well if people think
consistency is more important.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]