From c8fd400778af5415a9d00aa3894eeda09fd206b9 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Wed, 22 Jul 2026 20:13:18 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9CDocumentation=E2=80=9D=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 +- .../modules/ROOT/pages/documentation.adoc | 34 ------------------- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 src/site/antora/modules/ROOT/pages/documentation.adoc diff --git a/src/site/antora/modules/ROOT/nav.adoc b/src/site/antora/modules/ROOT/nav.adoc index 484a6166d4..9526455031 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 549cadd737..0000000000 --- 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