From 3d1ae406a964c62d079a883087b498914abff927 Mon Sep 17 00:00:00 2001 From: micheleRP Date: Wed, 3 Jun 2026 10:10:28 -0600 Subject: [PATCH] docs: revert playbook streaming branch to main (DOC-2222) PR #608 merged with local-antora-playbook.yml still pointing the `documentation` (streaming) component at the docs PR branch `doc-2222-cloud-cmc-default-topic-props`. That branch was deleted when redpanda-data/docs#1728 merged, so cloud-docs main now references a non-existent branch and builds/deploy previews will fail to fetch it. The docs change is now on main, so restore the standard branch list and remove the temporary override comment. Co-Authored-By: Claude Opus 4.8 (1M context) --- local-antora-playbook.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 963051d15..42d2f4a1e 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -14,11 +14,8 @@ content: sources: - url: . branches: HEAD - # TEMPORARY (DOC-2222): pull the streaming component from the docs PR branch - # (redpanda-data/docs#1728) instead of main so the deploy preview renders the - # three customer-managed Cloud properties. REVERT to `main` before merging. - url: https://github.com/redpanda-data/documentation - branches: [doc-2222-cloud-cmc-default-topic-props, v/*, shared, site-search] + branches: [main, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home, data-platform, self-managed]