You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/06/29 15:33:55 UTC

[iceberg-docs] branch main updated: Add link to Apache Doris documentation (#106)

This is an automated email from the ASF dual-hosted git repository.

blue 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 59aca183 Add link to Apache Doris documentation (#106)
59aca183 is described below

commit 59aca18393b2d8a30d4ad1fc32a311ef8e140240
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Wed Jun 29 11:33:50 2022 -0400

    Add link to Apache Doris documentation (#106)
    
    Co-authored-by: LOVEGISER <wa...@163.com>
---
 docs/config.toml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 25cf3beb..a9d2b921 100644
--- a/docs/config.toml
+++ b/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},
+    { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight = 1300} # `url` is populated by the github deploy workflow and is equal to "../../javadoc/<branch name>"
   ]
\ No newline at end of file