This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7b41e071 Publish the website at the root of the site directory (#496)
7b41e071 is described below
commit 7b41e071caf1566bf73add2f40b530875d61da10
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 2 19:26:52 2026 +0200
Publish the website at the root of the site directory (#496)
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