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 2014/06/29 09:31:34 UTC

git commit: added Javadocs link and left bar instead of top bar

Repository: maven-indexer
Updated Branches:
  refs/heads/master 7d1e7da3c -> 645ba73f8


added Javadocs link and left bar instead of top bar

Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/645ba73f
Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/645ba73f
Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/645ba73f

Branch: refs/heads/master
Commit: 645ba73f82039e3a56f782d5693a6345c99032ee
Parents: 7d1e7da
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 29 09:31:31 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 29 09:31:31 2014 +0200

----------------------------------------------------------------------
 src/site/site.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/645ba73f/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 2e9817b..1fe0cac 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -31,8 +31,8 @@ under the License.
 
   <custom>
     <fluidoSkin>
-      <topBarEnabled>true</topBarEnabled>
-      <sideBarEnabled>false</sideBarEnabled>
+      <topBarEnabled>false</topBarEnabled>
+      <sideBarEnabled>true</sideBarEnabled>
       <googleSearch>
         <sitesearch>${project.url}</sitesearch>
       </googleSearch>
@@ -56,6 +56,7 @@ under the License.
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="apidocs/index.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>