From 4ebc16ed5161c47ffceaf048b88fb5240614d24a Mon Sep 17 00:00:00 2001 From: Joyce Fee Date: Wed, 10 Jun 2026 15:14:00 -0400 Subject: [PATCH] chore(playbook): update docs content source from old 'documentation' URL The repo `redpanda-data/documentation` was renamed to `redpanda-data/docs` some time ago. GitHub follows the redirect transparently when Antora fetches, but the old URL becomes the cache key, so it can stick around in build caches and contribute to stale-content issues. Use the current canonical name to make the playbook clearer and to invalidate any cached entries keyed on the old name on the next build. Co-Authored-By: Claude Opus 4.7 (1M context) --- 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 42d2f4a1e..0140134f5 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -14,7 +14,7 @@ content: sources: - url: . branches: HEAD - - url: https://github.com/redpanda-data/documentation + - url: https://github.com/redpanda-data/docs branches: [main, v/*, shared, site-search] - url: https://github.com/redpanda-data/docs-site branches: [main]