From 12179f8f1cc6c6353436f908ff63e92ef70821a2 Mon Sep 17 00:00:00 2001 From: JakeSCahill Date: Fri, 14 Aug 2026 13:30:30 +0100 Subject: [PATCH] chore: consume the shared component from the shared/ folder on main Part of the shared-component migration (redpanda-data/docs#1892). The shared component is moving from the dedicated `shared` branch of redpanda-data/docs to a `shared/` folder on `main`, so this playbook drops `shared` from the branches list and adds the folder as its own content source with `start_path: shared`. Matches the form used in docs#1892 and rp-connect-docs#485. Do not merge before docs#1892. The shared/ folder does not exist on docs main until that PR lands, and this playbook loses the shared component entirely if it points at a folder that is not there yet. --- local-antora-playbook.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 963ce37..8b52f09 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -15,7 +15,10 @@ content: - url: . branches: HEAD - url: https://github.com/redpanda-data/docs - branches: [main, v/*, api, shared, site-search,'!v-end-of-life/*'] + branches: [main, v/*, api, site-search,'!v-end-of-life/*'] + - url: https://github.com/redpanda-data/docs + branches: main + start_path: shared - url: https://github.com/redpanda-data/cloud-docs branches: main - url: https://github.com/redpanda-data/redpanda-labs