From b7e24be9702623d8fbdf6d254a24cd65c615016d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20Gonz=C3=A1lez=20de=20la=20Herr=C3=A1n?= <25320357+eedugon@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:41:46 +0100 Subject: [PATCH] Map ES reference brew.html to local-development-installation-quickstart Add v3-mapping entry so the brew install page (e.g. 7.17) redirects the 'latest documentation' link to the self-managed local development quickstart. Made-with: Cursor --- resources/asciidoctor/lib/chunker/v3-mapping.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/asciidoctor/lib/chunker/v3-mapping.json b/resources/asciidoctor/lib/chunker/v3-mapping.json index ce08e20bd762..228405b5e612 100644 --- a/resources/asciidoctor/lib/chunker/v3-mapping.json +++ b/resources/asciidoctor/lib/chunker/v3-mapping.json @@ -4517,6 +4517,7 @@ "/en/elasticsearch/reference/*/bootstrap-checks-xpack.html": "/docs/deploy-manage/deploy/self-managed/bootstrap-checks", "/en/elasticsearch/reference/*/bootstrap-checks.html": "/docs/deploy-manage/deploy/self-managed/bootstrap-checks", "/en/elasticsearch/reference/*/breaking-changes.html": "/docs/release-notes/elasticsearch/breaking-changes", + "/en/elasticsearch/reference/*/brew.html": "/docs/deploy-manage/deploy/self-managed/local-development-installation-quickstart", "/en/elasticsearch/reference/*/bring-your-own-vectors.html": "/docs/solutions/search/vector/bring-own-vectors", "/en/elasticsearch/reference/*/built-in-roles.html": "/docs/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles", "/en/elasticsearch/reference/*/built-in-users.html": "/docs/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-users",