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 2020/05/09 20:12:05 UTC

[maven-site-plugin] branch master updated: reworked examples structure

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-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 47df7e2  reworked examples structure
47df7e2 is described below

commit 47df7e24e2502f13b22cf07c97b8974c89a38cea
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 9 22:12:01 2020 +0200

    reworked examples structure
---
 src/site/apt/index.apt.vm | 20 ++++++++++++++------
 src/site/site.xml         | 20 +++++++++++++-------
 2 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index d0bf770..78e3437 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -91,17 +91,25 @@ ${project.name}
 
    * {{{./examples/sitedescriptor.html}Configuring the Site Descriptor}}
 
+   * {{{./examples/siterun.html}Configuring Site Run}}
+
+   * {{{./examples/moduleexcludes.html}Excluding Document Formats}}
+
+** Reports
+
    * {{{./examples/configuring-reports.html}Configuring Reports}}
 
-   * {{{./examples/adding-deploy-protocol.html}Adding a Protocol to Deploy the Site}}
+   * {{{./i18n.html}Reports Internationalization}}
 
-   * {{{./examples/siterun.html}Configuring Site Run}}
+** Site Template
 
-   * {{{./examples/templatefile.html}Changing the Template File}}
+     * {{{./examples/templatefile.html}Changing the Template File}}
 
-   * {{{./examples/creatingskins.html}Creating Skins}}
+     * {{{./examples/creatingskins.html}Creating Skins}}
 
-   * {{{./examples/moduleexcludes.html}Excluding Document Formats}}
+** Deploying
+
+     * {{{./examples/adding-deploy-protocol.html}Adding a Protocol to Deploy the Site}}
 
-   * {{{./examples/site-deploy-to-sourceforge.net.html}Deploying to sourceforge.net}}
+     * {{{./examples/site-deploy-to-sourceforge.net.html}Deploying to sourceforge.net}}
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 68ffbc7..27e90d5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,21 +34,27 @@ under the License.
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
-    <menu name="Configuration">
-      <item name="Internationalization" href="i18n.html"/>
-      <item name="Site Descriptor" href="../../doxia/doxia-sitetools/doxia-decoration-model/decoration.html"/>
-    </menu>
 
     <menu name="Examples">
       <item name="Creating Content" href="/examples/creating-content.html"/>
       <item name="Configuring the Site Descriptor" href="/examples/sitedescriptor.html"/>
       <item name="Building a multi-module site" href="/examples/multimodule.html"/>
-      <item name="Configuring Reports" href="/examples/configuring-reports.html"/>
       <item name="Configuring Site Run" href="/examples/siterun.html"/>
-      <item name="Adding a Protocol to Deploy the Site" href="/examples/adding-deploy-protocol.html"/>
+      <item name="Excluding Document Formats" href="/examples/moduleexcludes.html"/>
+    </menu>
+
+    <menu name="Reports">
+      <item name="Configuring Reports" href="/examples/configuring-reports.html"/>
+      <item name="Reports Internationalization" href="i18n.html"/>
+    </menu>
+
+    <menu name="Site Template">
       <item name="Changing the Template File" href="/examples/templatefile.html"/>
       <item name="Creating Skins" href="/examples/creatingskins.html"/>
-      <item name="Excluding Document Formats" href="/examples/moduleexcludes.html"/>
+    </menu>
+
+    <menu name="Deploying">
+      <item name="Adding a Protocol to Deploy the Site" href="/examples/adding-deploy-protocol.html"/>
       <item name="Deploying to sourceforge.net" href="/examples/site-deploy-to-sourceforge.net.html"/>
     </menu>
   </body>