From 67339715cacfdd9c14b87bee20a99c1aa5cac2cb Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Fri, 19 Sep 2025 13:38:56 -0700 Subject: [PATCH 1/2] Use single source tag for Cloud doc --- local-antora-playbook.yml | 2 +- modules/manage/pages/iceberg/about-iceberg-topics.adoc | 3 ++- modules/manage/pages/iceberg/query-iceberg-topics.adoc | 5 ++--- modules/manage/pages/iceberg/use-iceberg-catalogs.adoc | 7 ++----- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 935c4bbbd..77a6dc5f6 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: [main, v/*, shared, site-search] + branches: ['DOC-1087-iceberg-docs-additional-clarifying-edits-from-25', v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home] diff --git a/modules/manage/pages/iceberg/about-iceberg-topics.adoc b/modules/manage/pages/iceberg/about-iceberg-topics.adoc index 065e31569..4b74a8f65 100644 --- a/modules/manage/pages/iceberg/about-iceberg-topics.adoc +++ b/modules/manage/pages/iceberg/about-iceberg-topics.adoc @@ -1,4 +1,5 @@ = About Iceberg Topics :description: Learn how Redpanda can integrate topics with Apache Iceberg. +:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:partial$iceberg/about-iceberg-topics.adoc[] \ No newline at end of file +include::ROOT:manage:iceberg/about-iceberg-topics.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/query-iceberg-topics.adoc b/modules/manage/pages/iceberg/query-iceberg-topics.adoc index 56f1eb6ba..0f231937b 100644 --- a/modules/manage/pages/iceberg/query-iceberg-topics.adoc +++ b/modules/manage/pages/iceberg/query-iceberg-topics.adoc @@ -1,6 +1,5 @@ = Query Iceberg Topics :description: Query Redpanda topic data stored in Iceberg tables, based on the topic Iceberg mode and schema. +:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -When you access Iceberg topics from a data lakehouse or other Iceberg-compatible tools, how you consume the data depends on the xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Iceberg mode] you've chosen for a topic, and whether you've registered a schema for the topic in the xref:manage:schema-reg/schema-reg-overview.adoc[Redpanda Schema Registry]. You do not need to rely on complex ETL jobs or pipelines to access real-time data from Redpanda. - -include::ROOT:manage:partial$iceberg/query-iceberg-topics.adoc[] \ No newline at end of file +include::ROOT:manage:iceberg/query-iceberg-topics.adoc[tag=single-source] \ No newline at end of file diff --git a/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc b/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc index 2e74625c4..4733c47a1 100644 --- a/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc +++ b/modules/manage/pages/iceberg/use-iceberg-catalogs.adoc @@ -1,8 +1,5 @@ = Use Iceberg Catalogs :description: Learn how to access Redpanda topic data stored in Iceberg tables, using table metadata or a catalog integration. +:page-categories: Iceberg, Tiered Storage, Management, High Availability, Data Replication, Integration -include::ROOT:manage:partial$iceberg/use-iceberg-catalogs.adoc[] - -== Next steps - -* xref:manage:iceberg/query-iceberg-topics.adoc[] \ No newline at end of file +include::ROOT:manage:iceberg/use-iceberg-catalogs.adoc[tag=single-source] \ No newline at end of file From 6faeaf4b48631d1cc3400345a2e420b699b94924 Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:54:04 -0700 Subject: [PATCH 2/2] Update local-antora-playbook.yml --- local-antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 77a6dc5f6..935c4bbbd 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/documentation - branches: ['DOC-1087-iceberg-docs-additional-clarifying-edits-from-25', v/*, shared, site-search] + branches: [main, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home]