You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/11 01:59:57 UTC

svn commit: r1566935 - /myfaces/site/cms-site/trunk/lib/path.pm

Author: lu4242
Date: Tue Feb 11 00:59:56 2014
New Revision: 1566935

URL: http://svn.apache.org/r1566935
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/lib/path.pm

Modified: myfaces/site/cms-site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/lib/path.pm?rev=1566935&r1=1566934&r2=1566935&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/lib/path.pm (original)
+++ myfaces/site/cms-site/trunk/lib/path.pm Tue Feb 11 00:59:56 2014
@@ -3,6 +3,9 @@ package path;
 # taken from django's url.py
 
 our @patterns = (
+    [qr!^/wiki/core/.*\.mdtext$!, single_narrative => { 
+                template => "single_narrative.html",
+                sidenav => "sidenav_core.mdtext"}],
     [qr!^/wiki/.*\.mdtext$!, single_narrative => { 
                 template => "single_narrative.html",
                 sidenav => "sidenav_core.mdtext"}],