flyrain commented on code in PR #2026:
URL: https://github.com/apache/polaris/pull/2026#discussion_r2199320157


##########
site/hugo.yaml:
##########
@@ -98,19 +98,18 @@ menu:
       weight: 100
       params:
         orderby: weight.desc
-    - name: "All Releases"
-      identifier: "all-releases-page"
-      url: "/releases/"
-      parent: "releases"
-    - name: "0.9.0"
-      url: "/in-dev/0.9.0/"
+    - name: "In Development"
+      url: "/in-dev/unreleased/"
       parent: "releases"
+      weight: 10
     - name: "1.0.0"
       url: "/releases/1.0.0/"
       parent: "releases"
-    - name: "In Development"
-      url: "/in-dev/unreleased/"
+      weight: 20
+    - name: "0.9.0"
+      url: "/releases/0.9.0/"
       parent: "releases"
+      weight: 30

Review Comment:
   Reorder them so that the 'in-dev' version is always at the top, followed by 
the latest release, and then earlier versions in descending order.



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to