From ef9fbd0574583a5bdabf955c4812b9c43fac5254 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Tue, 31 Mar 2026 14:57:08 +0100 Subject: [PATCH 1/4] Add v-WIP/26.1 and cloud 26.1 to local playbook for release preview Update local-antora-playbook.yml to preview the 26.1 release: - Add v-WIP/26.1 branch to docs sources (prioritized before v/*) - Change cloud-docs from 'main' to '26.1' branch This allows local builds to preview how the 26.1 release will look when published, including both self-managed and cloud documentation. To preview: npx antora local-antora-playbook.yml Co-Authored-By: Claude Sonnet 4.5 --- local-antora-playbook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 0590286e59..3fb5b88197 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -16,9 +16,9 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/docs - branches: [v/*, shared, site-search,'!v-end-of-life/*'] + branches: [v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] - url: https://github.com/redpanda-data/cloud-docs - branches: 'main' + branches: '26.1' - url: https://github.com/redpanda-data/redpanda-labs branches: main start_paths: [docs,'*/docs'] From 0b1aab5c99b22b6783b8d5355c83eebcbd14e57b Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:59:08 +0100 Subject: [PATCH 2/4] Apply suggestion from @JakeSCahill --- 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 3fb5b88197..f57d8569f1 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -16,7 +16,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/docs - branches: [v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] + branches: [main, v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] - url: https://github.com/redpanda-data/cloud-docs branches: '26.1' - url: https://github.com/redpanda-data/redpanda-labs From d34bd7dcd748fcc3da0c58f5bc5481807207a059 Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:59:26 +0100 Subject: [PATCH 3/4] Apply suggestion from @JakeSCahill --- 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 f57d8569f1..3fb5b88197 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -16,7 +16,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/docs - branches: [main, v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] + branches: [v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] - url: https://github.com/redpanda-data/cloud-docs branches: '26.1' - url: https://github.com/redpanda-data/redpanda-labs From aeaea3e8c1f4379d0b072995b417beb777353e4e Mon Sep 17 00:00:00 2001 From: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:17:52 +0100 Subject: [PATCH 4/4] Apply suggestion from @JakeSCahill --- 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 3fb5b88197..6c0ef9b1e0 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -16,7 +16,7 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/docs - branches: [v-WIP/26.1, v/*, shared, site-search,'!v-end-of-life/*'] + branches: [v-WIP/26.1, v/*, '!v/25.3', shared, site-search,'!v-end-of-life/*'] - url: https://github.com/redpanda-data/cloud-docs branches: '26.1' - url: https://github.com/redpanda-data/redpanda-labs