You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/21 17:01:42 UTC

svn commit: r1412161 - /mina/site/trunk/templates/mina-project/navigation.html

Author: elecharny
Date: Wed Nov 21 16:01:42 2012
New Revision: 1412161

URL: http://svn.apache.org/viewvc?rev=1412161&view=rev
Log:
Added teh base documentation link

Modified:
    mina/site/trunk/templates/mina-project/navigation.html

Modified: mina/site/trunk/templates/mina-project/navigation.html
URL: http://svn.apache.org/viewvc/mina/site/trunk/templates/mina-project/navigation.html?rev=1412161&r1=1412160&r2=1412161&view=diff
==============================================================================
--- mina/site/trunk/templates/mina-project/navigation.html (original)
+++ mina/site/trunk/templates/mina-project/navigation.html Wed Nov 21 16:01:42 2012
@@ -7,6 +7,7 @@
     </ul>
     <h5>Documentation</h5>
     <ul>
+      <li><a href="{{base}}mina-project/documentation.html" class="external-link" rel="nofollow">Base documentation</a></li>
       <li><a href="{{base}}mina-project/userguide/user-guide-toc.html" class="external-link" rel="nofollow">User guide</a></li>
       <li><a href="{{base}}mina-project/features.html" class="external-link" rel="nofollow">Features</a></li>
       <li><a href="{{base}}mina-project/road-map.html" class="external-link" rel="nofollow">Road Map</a></li>