This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 273a963  Improve the site a bit
273a963 is described below

commit 273a96333e064049fece44071ca1c4a1621e3ce9
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Oct 26 15:39:46 2022 +0200

    Improve the site a bit
---
 src/site/apt/index.apt                   | 30 ------------------------------
 src/site/markdown/{cache.md => index.md} |  2 +-
 src/site/site.xml                        |  1 -
 3 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
deleted file mode 100644
index 689b426..0000000
--- a/src/site/apt/index.apt
+++ /dev/null
@@ -1,30 +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.
-
- -----
- Introduction
- -----
- Hervé Boutemy
- -----
- 2021-11-11
- -----
-
-Maven Build Cache Extension
-
- Maven Incremental Build and Cache (local and remote).
-
- Read {{{./cache.html} more documentation}}.
diff --git a/src/site/markdown/cache.md b/src/site/markdown/index.md
similarity index 99%
rename from src/site/markdown/cache.md
rename to src/site/markdown/index.md
index b51b3d5..6c15811 100644
--- a/src/site/markdown/cache.md
+++ b/src/site/markdown/index.md
@@ -124,5 +124,5 @@ Such scheme allows to validate cache correctness by 
reconciling outcomes of cach
 * [How-To](how-to.html) - cookbook for typical scenarios
 * [Performance](performance.html) - performance tuning
 * [Cache Parameters](parameters.html) - description of supported parameters
-* [Sample config file](maven-cache-config.xml)
+* [Sample config file](maven-build-cache-config.xml)
 
diff --git a/src/site/site.xml b/src/site/site.xml
index e65c9f2..597755a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -57,7 +57,6 @@ under the License.
       <item name="cache-report.xml" href="build-cache-report.html"/>
     </menu>
 
-    <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
 </project>
\ No newline at end of file

Reply via email to