scottteal commented on code in PR #297:
URL: https://github.com/apache/iceberg-docs/pull/297#discussion_r1426837375


##########
docs/config.toml:
##########
@@ -78,11 +78,12 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "StarRocks", identifier = "_starrocks", weight = 701, url = 
"https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog"; },
     { name = "Amazon Athena", identifier = "_athena", weight = 800, url = 
"https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg.html"; },
     { name = "Amazon EMR", identifier = "_emr", weight = 900, url = 
"https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-iceberg-use-cluster.html";
 },
-    { name = "Impala", identifier = "_impala", weight = 1000, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
-    { name = "Doris", identifier = "_doris", weight = 1001, url = 
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg"; },
-    { name = "PyIceberg", identifier = "_python", weight = 1500, url = 
"https://py.iceberg.apache.org/"},
-    { name = "Integrations", weight = 1100 },
-    { name = "API", weight = 1200},
-    { name = "Migration", weight = 1300},
-    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight 
= 1400} # `url` is populated by the github deploy workflow and is equal to 
"../../javadoc/<branch name>"
+    { name = "Snowflake", identifier = "_snowflake", weight = 1000, url = 
"https://docs.snowflake.com/en/user-guide/tables-iceberg"; },
+    { name = "Impala", identifier = "_impala", weight = 1100, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
+    { name = "Doris", identifier = "_doris", weight = 1200, url = 
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg"; },
+    { name = "PyIceberg", identifier = "_python", weight = 1700, url = 
"https://py.iceberg.apache.org/"},

Review Comment:
   Yeah, I couldn't tell what the ordering logic was, also why weights were 
what they were. Thanks for the cleanup.



-- 
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...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to