You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/09/15 21:56:42 UTC

svn commit: r1625135 - /commons/proper/configuration/trunk/src/site/site.xml

Author: oheger
Date: Mon Sep 15 19:56:42 2014
New Revision: 1625135

URL: http://svn.apache.org/r1625135
Log:
Restructured menu on main site.

Added a documentation section with separate sub menus for versions 1.10 and
2.0 (alpha).

Modified:
    commons/proper/configuration/trunk/src/site/site.xml

Modified: commons/proper/configuration/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/site.xml?rev=1625135&r1=1625134&r2=1625135&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/site.xml (original)
+++ commons/proper/configuration/trunk/src/site/site.xml Mon Sep 15 19:56:42 2014
@@ -24,18 +24,24 @@
 
   <body>
     <menu name="Configuration">
-      <item name="Home"                         href="/index.html"/>  
+      <item name="Overview"                     href="/index.html"/>  
       <item name="Download"                     href="http://commons.apache.org/configuration/download_configuration.cgi"/>  
-      <item name="Release History"              href="/changes-report.html"/>
-      <item name="User's Guide"                 href="/userguide/user_guide.html"/>
-      <item name="Upgrade Guide"                href="/userguide/upgradeto2_0.html"/>
+      <item name="Issue Tracking"               href="issue-tracking.html"/>
       <item name="Runtime Dependencies"         href="/dependencies.html"/>
-      <item name="Javadoc"                      href="/apidocs/index.html"/>
     </menu>
 
-    <menu name="Development">
+    <menu name="Documentation">
       <item name="Building"                     href="/building.html"/>
-      <item name="Issue Tracking"               href="issue-tracking.html"/>
+      <item name="Release History"              href="/changes-report.html"/>
+      <item name="1.10" collapse="true"         href="/index.html">
+        <item name="User's Guide"               href="http://commons.apache.org/configuration/javadocs/v1.10/userguide/user_guide.html"/>
+        <item name="Javadoc"              	href="http://commons.apache.org/configuration/javadocs/v1.10/apidocs/index.html"/>
+      </item>
+      <item name="2.0-alpha" collapse="true"    href="/index.html">
+        <item name="User's Guide"               href="/userguide/user_guide.html"/>
+        <item name="Upgrade Guide"              href="/userguide/upgradeto2_0.html"/>
+        <item name="Javadoc"                    href="/apidocs/index.html"/>
+      </item>
     </menu>
 
   </body>