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/11 14:47:40 UTC

svn commit: r1778304 - /lucene/cms/trunk/lib/path.pm

Author: janhoy
Date: Wed Jan 11 14:47:39 2017
New Revision: 1778304

URL: http://svn.apache.org/viewvc?rev=1778304&view=rev
Log:
Compile the community template

Modified:
    lucene/cms/trunk/lib/path.pm

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1778304&r1=1778303&r2=1778304&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Wed Jan 11 14:47:39 2017
@@ -54,6 +54,9 @@ our @patterns = (
   [qr!solr\/resources\.mdtext$!, main => {
     preprocess => 1,
     template => "solr-resources.html"}],
+  [qr!solr\/community\.mdtext$!, main => {
+    preprocess => 1,
+    template => "solr-community.html"}],
   [qr!solr\/logos-and-assets\.mdtext$!, main => {
     preprocess => 1,
     template => "solr-full-width.html"}],