From 1ac2f223289f4ed50909b596dcfaaf78f19fd398 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 2 Sep 2026 18:57:32 +0200 Subject: [PATCH] Publish the website at the root of the site directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Antora only drops the component segment from page URLs for a component named `ROOT`. With the component named `flume`, pages ended up at `/flume/2.x/flume/…` instead of `/flume/2.x/…`. Assisted-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Do7JThLiGUrpgGtMXEtEQM --- antora-playbook.yaml | 2 +- src/site/antora/antora.tmpl.yml | 2 +- src/site/antora/antora.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora-playbook.yaml b/antora-playbook.yaml index 61adeda96e..d0d15e733a 100644 --- a/antora-playbook.yaml +++ b/antora-playbook.yaml @@ -18,7 +18,7 @@ site: title: Apache Flume url: "https://logging.apache.org/flume/2.x" - start_page: "flume::index.adoc" + start_page: "ROOT::index.adoc" content: sources: diff --git a/src/site/antora/antora.tmpl.yml b/src/site/antora/antora.tmpl.yml index 6ba752a50d..3a8f6516ce 100644 --- a/src/site/antora/antora.tmpl.yml +++ b/src/site/antora/antora.tmpl.yml @@ -15,7 +15,7 @@ # limitations under the License. # -name: flume +name: ROOT title: Apache Flume version: ~ start_page: index.adoc diff --git a/src/site/antora/antora.yml b/src/site/antora/antora.yml index 6ba752a50d..3a8f6516ce 100644 --- a/src/site/antora/antora.yml +++ b/src/site/antora/antora.yml @@ -15,7 +15,7 @@ # limitations under the License. # -name: flume +name: ROOT title: Apache Flume version: ~ start_page: index.adoc