This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch docs/site-url in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit 1ac2f223289f4ed50909b596dcfaaf78f19fd398 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Sep 2 18:57:32 2026 +0200 Publish the website at the root of the site directory 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 <[email protected]> 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 61adeda9..d0d15e73 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 6ba752a5..3a8f6516 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 6ba752a5..3a8f6516 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
