From 5814c3dc5304ef5305135707c2caf807b714c329 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:35:02 +0200 Subject: [PATCH] Fix double header --- docs/integrations/data-sources/iceberg.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/integrations/data-sources/iceberg.md b/docs/integrations/data-sources/iceberg.md index 3debb02cf81..3f606c2106f 100644 --- a/docs/integrations/data-sources/iceberg.md +++ b/docs/integrations/data-sources/iceberg.md @@ -8,8 +8,6 @@ doc_type: 'guide' import IcebergFunction from '@site/docs/sql-reference/table-functions/iceberg.md'; -# Iceberg integration - -Users can integrate with the Iceberg table format via the table function. +> Users can integrate with the Iceberg table format via the table function.