You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/11/26 10:34:04 UTC

svn commit: r1413529 - /isis/site/trunk/lib/path.pm

Author: danhaywood
Date: Mon Nov 26 09:34:03 2012
New Revision: 1413529

URL: http://svn.apache.org/viewvc?rev=1413529&view=rev
Log:
working on isis documentation page

Modified:
    isis/site/trunk/lib/path.pm

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1413529&r1=1413528&r2=1413529&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Nov 26 09:34:03 2012
@@ -7,6 +7,7 @@ our @patterns = (
 	[qr!\index.md$!, single_narrative => { template => "index.html" }],
 
 	[qr!\.md$!, single_narrative => { template => "doc.html" }],
+	[qr!\documentation.md$!, basic => { template => "doc.html" }],
 	[qr!\.mdtext$!, single_narrative => { template => "doc.html" }],
     
 #	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],