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 2011/08/19 07:30:44 UTC

svn commit: r1159505 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/src/site/site.xml doxia-doc-renderer/src/site/site.xml doxia-site-renderer/src/site/site.xml

Author: hboutemy
Date: Fri Aug 19 05:30:44 2011
New Revision: 1159505

URL: http://svn.apache.org/viewvc?rev=1159505&view=rev
Log:
added "standard" overview menu for components

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml?rev=1159505&r1=1159504&r2=1159505&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml Fri Aug 19 05:30:44 2011
@@ -29,8 +29,12 @@
 
     <menu ref="parent"/>
 
-    <menu name="Documentation">
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
       <item name="Decoration Model Reference" href="decoration.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
     </menu>
 
     <menu ref="reports"/>

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml?rev=1159505&r1=1159504&r2=1159505&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml Fri Aug 19 05:30:44 2011
@@ -27,6 +27,13 @@
 
     <menu ref="parent"/>
 
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
     <menu ref="reports"/>
 
   </body>

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml?rev=1159505&r1=1159504&r2=1159505&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml Fri Aug 19 05:30:44 2011
@@ -27,6 +27,13 @@
 
     <menu ref="parent"/>
 
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
+      <item name="Source Xref" href="xref/index.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
     <menu ref="reports"/>
 
   </body>