This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new c77b2106 Fix link for Doris in the left side menu of docs (#146)
c77b2106 is described below
commit c77b2106130b0ce780399c052dc9e3327188b80f
Author: gaborkaszab <[email protected]>
AuthorDate: Thu Aug 25 16:01:49 2022 +0200
Fix link for Doris in the left side menu of docs (#146)
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 0767ce7f..919534a6 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -63,7 +63,7 @@ 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 = "Doris", identifier = "_doris", weight = 1001, url =
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris.html"
},
+ { name = "Doris", identifier = "_doris", weight = 1001, url =
"https://doris.apache.org/docs/ecosystem/external-table/iceberg-of-doris" },
{ name = "Integrations", weight = 1100 },
{ name = "API", weight = 1200},
{ name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight
= 1300} # `url` is populated by the github deploy workflow and is equal to
"../../javadoc/<branch name>"