This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch 1.1.0
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/1.1.0 by this push:
new 0cd176c0 [doc] Update the doris doc url for 1.1.0 (#199)
0cd176c0 is described below
commit 0cd176c05c436358757919deb431d2ce35cfed61
Author: Mingyu Chen <[email protected]>
AuthorDate: Wed Feb 8 15:45:21 2023 +0800
[doc] Update the doris doc url for 1.1.0 (#199)
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 7e7d8a5c..6272a9df 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -66,7 +66,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-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/ecosystem/external-table/iceberg-of-doris" },
+ { name = "Doris", identifier = "_doris", weight = 1001, url =
"https://doris.apache.org/docs/dev/lakehouse/multi-catalog/iceberg" },
{ 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>"