Author: hboutemy
Date: Wed Mar 28 06:23:42 2012
New Revision: 1306179

URL: http://svn.apache.org/viewvc?rev=1306179&view=rev
Log:
improved menu to better show that a "Doxia" version contains 2 parts: "Doxia" 
(base) and "Doxia Sitetools"

Modified:
    maven/doxia/site/src/site/site.xml

Modified: maven/doxia/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=1306179&r1=1306178&r2=1306179&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Wed Mar 28 06:23:42 2012
@@ -75,10 +75,14 @@ under the License.
         <item name="Create a Doxia Macro" href="developers/macros.html"/>
         <item name="Using the Sink API" href="developers/sink.html"/>
       </item>
-      <item name="Doxia 1.1.x" href="doxia/index.html"/>
-      <item name="Doxia Sitetools 1.1.x" href="doxia-sitetools/index.html"/>
-      <item name="Doxia 1.0.x" href="doxia-1.0.x/index.html"/>
-      <item name="Doxia Sitetools 1.0.x" 
href="doxia-sitetools-1.0.x/index.html"/>
+      <item name="Doxia 1.1+" href="doxia/index.html" collapse="false">
+        <item name="Doxia" href="doxia/index.html"/>
+        <item name="Doxia Sitetools" href="doxia-sitetools/index.html"/>
+      </item>
+      <item name="Doxia 1.0.x" href="doxia/index.html" collapse="false">
+        <item name="Doxia" href="doxia-1.0.x/index.html"/>
+        <item name="Doxia Sitetools" href="doxia-sitetools-1.0.x/index.html"/>
+      </item>
       <item name="Doxia Tools" href="doxia-tools/index.html"/>
     </menu>
 


Reply via email to