Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added site/docs/img/dremio-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions site/docs/theme_customization/nav-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down