rdblue commented on code in PR #106:
URL: https://github.com/apache/iceberg-docs/pull/106#discussion_r910118487


##########
docs/config.toml:
##########
@@ -65,7 +65,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { 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-create-cluster.html";
 },
     { name = "Impala", identifier = "_impala", weight = 1000, url = 
"https://impala.apache.org/docs/build/html/topics/impala_iceberg.html"; },
-    { name = "Integrations", weight = 1000 },
-    { name = "API", weight = 1100},
-    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight 
= 1200} # `url` is populated by the github deploy workflow and is equal to 
"../../javadoc/<branch name>"
+    { name = "Doris", identifier = "_doris", weight = 1001, url = 
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris.html"; 
},
+    { name = "Integrations", weight = 1100 },
+    { name = "API", weight = 1200},

Review Comment:
   I think we should probably move integrations, API, and Javadoc above engines 
so we don't have to keep moving them.



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