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>