This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch doc/remove-documentation in repository https://gitbox.apache.org/repos/asf/logging-flume.git
commit c8fd400778af5415a9d00aa3894eeda09fd206b9 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Wed Jul 22 20:13:18 2026 +0200 Remove “Documentation” page The only purpose of the “Documentation” page is to link to the Flume User Guide and Developer Guide. Those links are already in the navigation bar, so the page is redundant. --- src/site/antora/modules/ROOT/nav.adoc | 2 +- .../antora/modules/ROOT/pages/documentation.adoc | 34 ---------------------- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/src/site/antora/modules/ROOT/nav.adoc b/src/site/antora/modules/ROOT/nav.adoc index 484a6166..95264550 100644 --- a/src/site/antora/modules/ROOT/nav.adoc +++ b/src/site/antora/modules/ROOT/nav.adoc @@ -19,7 +19,7 @@ * xref:getinvolved.adoc[Get Involved] * xref:download.adoc[Download] * xref:security.adoc[Security] -* xref:documentation.adoc[Documentation] +* Documentation ** xref:FlumeUserGuide.adoc[Flume User Guide] ** xref:FlumeDeveloperGuide.adoc[Flume Developer Guide] * xref:releases/index.adoc[Releases] diff --git a/src/site/antora/modules/ROOT/pages/documentation.adoc b/src/site/antora/modules/ROOT/pages/documentation.adoc deleted file mode 100644 index 549cadd7..00000000 --- a/src/site/antora/modules/ROOT/pages/documentation.adoc +++ /dev/null @@ -1,34 +0,0 @@ -//// - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. -//// - -= Documentation - -The latest released version: - -* link:releases/content/1.11.0/FlumeUserGuide.html[Flume User Guide] -* link:releases/content/1.11.0/FlumeDeveloperGuide.html[Flume Developer Guide] - -The documents below are the very most recent versions of the documentation and may contain features that have not -been released. - -* (unreleased version on github) -* (unreleased version on github) - -For documentation on released versions of Flume, please see the link:releases/[Releases] page. - -FlumeUserGuide -FlumeDeveloperGuide
