pvary commented on code in PR #104:
URL: https://github.com/apache/iceberg-docs/pull/104#discussion_r909547347


##########
docs/config.toml:
##########
@@ -31,11 +31,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
   ]
   topnav = [
     { name = "Docs", url = "/docs/latest", weight = 100 },
-    { name = "Releases", pre = "relative", url = "../../releases", weight = 
600 },
+    { name = "Releases", pre = "relative", url = "../../releases", weight = 
800 },
     { name = "Spark", url = "/docs/latest/getting-started", weight = 200 },
     { name = "Flink", url = "/docs/latest/flink", weight = 300 },
     { name = "Trino", url = 
"https://trino.io/docs/current/connector/iceberg.html";, weight = 400 },
     { name = "Presto", url = 
"https://prestodb.io/docs/current/connector/iceberg.html"; , weight = 500 },
+    { name = "Impala", identifier = "_impala", url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html";, weight 
= 600 },
+    { name = "Hive", identifier = "_hive", url = "/docs/latest/hive", weight = 
700 },

Review Comment:
   Could we move the external links to one block, and the internal link to 
another - also please try to keep the order of the links similar in the topnav 
bar, and menu.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to