From 776c1c9c0a4cd03b2a6f0c1dec6b50e5933d169e Mon Sep 17 00:00:00 2001 From: Jim Halfpenny <1987407+Jimvin@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:03:46 +0100 Subject: [PATCH 1/2] Add Stackable integration link to nav.yml --- site/nav.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/nav.yml b/site/nav.yml index a83f66165acc..fd24f259ea12 100644 --- a/site/nav.yml +++ b/site/nav.yml @@ -90,6 +90,7 @@ nav: - Ryft: https://docs.ryft.io/platform - Sail: https://docs.lakesail.com/sail/latest/guide/sources/iceberg - Snowflake: https://docs.snowflake.com/en/user-guide/tables-iceberg + - Stackable: https://stackable.tech/en/data-lakehouse/ - Starburst: https://docs.starburst.io/latest/connector/iceberg.html - Starrocks: https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog - Tinybird: https://www.tinybird.co/docs/forward/get-data-in/table-functions/iceberg From 04257383e90cbab0b7c4f24a8c6f4d432c3ff4cd Mon Sep 17 00:00:00 2001 From: Jim Halfpenny <1987407+Jimvin@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:13:31 +0100 Subject: [PATCH 2/2] Add Stackable documentation link to mkdocs-dev.yml --- site/mkdocs-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/mkdocs-dev.yml b/site/mkdocs-dev.yml index 1557a73f041a..d57fb1316329 100644 --- a/site/mkdocs-dev.yml +++ b/site/mkdocs-dev.yml @@ -74,6 +74,7 @@ nav: - Ryft: https://docs.ryft.io/platform - Sail: https://docs.lakesail.com/sail/latest/guide/sources/iceberg - Snowflake: https://docs.snowflake.com/en/user-guide/tables-iceberg + - Stackable: https://stackable.tech/en/data-lakehouse/ - Starburst: https://docs.starburst.io/latest/connector/iceberg.html - Starrocks: https://docs.starrocks.io/en-us/latest/data_source/catalog/iceberg_catalog - Tinybird: https://www.tinybird.co/docs/forward/get-data-in/table-functions/iceberg