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 2021/12/19 23:55:48 UTC

[iceberg] branch master updated: Docs: Add Dremio link in the nav bar (#3758)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d3763a  Docs: Add Dremio link in the nav bar (#3758)
7d3763a is described below

commit 7d3763a29601d3dd477d8abe42ec3700a8f9f4ce
Author: Jason Hughes <ja...@dremio.com>
AuthorDate: Sun Dec 19 15:55:34 2021 -0800

    Docs: Add Dremio link in the nav bar (#3758)
---
 site/docs/img/dremio-logo.png               | Bin 0 -> 76517 bytes
 site/docs/theme_customization/nav-item.html |   6 ++++++
 site/mkdocs.yml                             |   1 +
 3 files changed, 7 insertions(+)

diff --git a/site/docs/img/dremio-logo.png b/site/docs/img/dremio-logo.png
new file mode 100644
index 0000000..dd471aa
Binary files /dev/null and b/site/docs/img/dremio-logo.png differ
diff --git a/site/docs/theme_customization/nav-item.html b/site/docs/theme_customization/nav-item.html
index 884b1ec..500906b 100644
--- a/site/docs/theme_customization/nav-item.html
+++ b/site/docs/theme_customization/nav-item.html
@@ -21,6 +21,12 @@
       <img src="img/prestodb-logo.png" class="navigation-icon fa-fw"/> {{ nav_item.title }}
     </span>
   </a>
+  {%- elif nav_item.title == "Dremio" -%}
+  <a href="{{ nav_item.url }}" target="_blank" rel="noopener noreferrer" class="block wm-toc-text">
+    <span>
+      <img src="img/dremio-logo.png" class="navigation-icon fa-fw"/> {{ nav_item.title }}
+    </span>
+  </a>
   {%- else -%}
   <a href="{{ nav_item.url }}" class="wm-article-link wm-toc-text"
     >{{ nav_item.title }}</a
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 07bfd60..8a30e3d 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -89,6 +89,7 @@ nav:
   - Hive: hive.md
   - Trino: https://trino.io/docs/current/connector/iceberg.html
   - PrestoDB: https://prestodb.io/docs/current/connector/iceberg.html
+  - Dremio: https://docs.dremio.com/data-formats/iceberg-enabling/
   - Integrations:
     - AWS: aws.md
     - Nessie: nessie.md