You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/04/18 16:28:38 UTC

[maven-site] branch master updated: align index with menu

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4978f12  align index with menu
4978f12 is described below

commit 4978f1207cafb14293ac3ac14242fee993055bce
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Apr 18 18:28:34 2021 +0200

    align index with menu
---
 content/apt/guides/index.apt.vm   | 18 +++++++++++++++++-
 content/apt/guides/mini/index.txt |  8 --------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/content/apt/guides/index.apt.vm b/content/apt/guides/index.apt.vm
index 1034091..642529d 100644
--- a/content/apt/guides/index.apt.vm
+++ b/content/apt/guides/index.apt.vm
@@ -79,14 +79,30 @@ Documentation
 
  * {{{./mini/guide-relocation.html}Relocation of Artifacts}}
 
-** Repositories
+** {{{/introduction/introduction-to-repositories.html}Repositories}}
 
  * {{{./mini/guide-3rd-party-jars-local.html}Installing 3rd party JARs to Local Repository}}
 
  * {{{./mini/guide-3rd-party-jars-remote.html}Deploying 3rd party JARs to Remote Repository}}
 
+ * {{{/repository-management.html}Repository Management}}
+
+ * {{{./mini/guide-multiple-repositories.html}Using Multiple Repositories}}
+
+ * {{{./mini/guide-large-scale-centralized-deployments.html}Large Scale Centralized Deployments}}
+
+ * {{{./mini/guide-mirror-settings.html}Mirror Settings}}
+
+ * {{{./mini/guide-deployment-security-settings.html}Deployment and Security Settings}}
+
+ * {{{./mini/guide-proxies.html}Using Proxies}}
+
+ * {{{./mini/guide-repository-ssl.html}Authenticated HTTPS}}
+
  * {{{./mini/guide-repository-ssl.html}Remote repository access through authenticated HTTPS}}
 
+ * {{{./mini/guide-relocation.html}Relocation}}
+
 ~~ * {{{./introduction/introduction-to-artifact-resolution.html}Repository Definitions and Artifact Resolution}}
 
 
diff --git a/content/apt/guides/mini/index.txt b/content/apt/guides/mini/index.txt
index d6928cd..8584840 100644
--- a/content/apt/guides/mini/index.txt
+++ b/content/apt/guides/mini/index.txt
@@ -23,10 +23,6 @@
 
  * {{{$prefix/guide-configuring-maven.html}Configuring Maven}}
 
- * {{{$prefix/guide-mirror-settings.html}Mirror Settings}}
-
- * {{{$prefix/guide-deployment-security-settings.html}Deployment and Security Settings}}
-
  * {{{$prefix/guide-generating-sources.html}Generating Sources}}
 
  * {{{$prefix/guide-manifest.html}Working with Manifests}}
@@ -35,10 +31,6 @@
 
  * {{{$prefix/guide-multiple-modules.html}Using Multiple Modules in a Build}}
 
- * {{{$prefix/guide-multiple-repositories.html}Using Multiple Repositories}}
-
- * {{{$prefix/guide-proxies.html}Using Proxies}}
-
  * {{{$prefix/guide-releasing.html}Using the Release Plugin}}
 
  * {{{$prefix/guide-using-ant.html}Using Ant with Maven}}