From 07da21be2384d75ab366df9a8d0ffb3b83032e7c Mon Sep 17 00:00:00 2001 From: micheleRP Date: Fri, 29 May 2026 07:46:08 -0600 Subject: [PATCH] docs: Wire up single-sourced Cloud Topics page The cloud-docs Cloud Topics page was left as a placeholder stub and never wired up for single-sourcing, so it rendered blank. Replace the placeholder with an include of the source page in the streaming component (docs repo), matching the sibling configure-producers page. Co-Authored-By: Claude Opus 4.8 (1M context) --- modules/develop/pages/topics/cloud-topics.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/develop/pages/topics/cloud-topics.adoc b/modules/develop/pages/topics/cloud-topics.adoc index 1cdd8e784..8b9fe69d0 100644 --- a/modules/develop/pages/topics/cloud-topics.adoc +++ b/modules/develop/pages/topics/cloud-topics.adoc @@ -1,5 +1,4 @@ = Manage Cloud Topics :description: Cloud Topics are Redpanda topics that enable users to trade off latency for lower costs. -// TODO: Single-source this content when streaming component has cloud-topics file -// For now, this page exists as a placeholder +include::streaming:develop:manage-topics/cloud-topics.adoc[tag=single-source]