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/05/20 22:33:41 UTC

svn commit: r1340832 - /maven/plugin-tools/trunk/src/site/site.xml

Author: hboutemy
Date: Sun May 20 20:33:41 2012
New Revision: 1340832

URL: http://svn.apache.org/viewvc?rev=1340832&view=rev
Log:
sidebar is more convenient than topbar

Modified:
    maven/plugin-tools/trunk/src/site/site.xml

Modified: maven/plugin-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/site.xml?rev=1340832&r1=1340831&r2=1340832&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/site.xml (original)
+++ maven/plugin-tools/trunk/src/site/site.xml Sun May 20 20:33:41 2012
@@ -38,8 +38,8 @@ under the License.
 
   <custom>
     <fluidoSkin>
-      <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>false</sideBarEnabled>
+      <topBarEnabled>false</topBarEnabled>
+      <sideBarEnabled>true</sideBarEnabled>
     </fluidoSkin>
   </custom>