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 2012/08/04 21:31:02 UTC

svn commit: r1369417 - /maven/doxia/doxia-sitetools/trunk/src/site/site.xml

Author: hboutemy
Date: Sat Aug  4 19:31:02 2012
New Revision: 1369417

URL: http://svn.apache.org/viewvc?rev=1369417&view=rev
Log:
added menu with javadoc and jxr entries

Modified:
    maven/doxia/doxia-sitetools/trunk/src/site/site.xml

Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=1369417&r1=1369416&r2=1369417&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Sat Aug  4 19:31:02 2012
@@ -50,6 +50,13 @@
       <item name="Doxia Site Tools" href="http://maven.apache.org/doxia/doxia-sitetools/index.html" />
     </breadcrumbs>
 
+    <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="modules"/>
 
     <menu ref="reports"/>