You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2017/01/29 18:52:30 UTC

svn commit: r1780841 - /lucene/cms/trunk/templates/_solr-navigation.html

Author: janhoy
Date: Sun Jan 29 18:52:30 2017
New Revision: 1780841

URL: http://svn.apache.org/viewvc?rev=1780841&view=rev
Log:
Update menu, add Community

Modified:
    lucene/cms/trunk/templates/_solr-navigation.html

Modified: lucene/cms/trunk/templates/_solr-navigation.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-navigation.html?rev=1780841&r1=1780840&r2=1780841&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-navigation.html (original)
+++ lucene/cms/trunk/templates/_solr-navigation.html Sun Jan 29 18:52:30 2017
@@ -8,6 +8,9 @@
   <li>
     <a href="/solr/resources.html">Resources</a>
   </li>
+  <li>
+    <a href="/solr/community.html">Community</a>
+  </li>
   <li class="toggle">
     <a ng-hide="toggled" ng-click="toggle();" href="#">Search</a>
     {% include "_solr-search.html" %}