You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/02/05 15:25:34 UTC

svn commit: r1657577 - /incubator/taverna/site/trunk/lib/path.pm

Author: brenninc
Date: Thu Feb  5 14:25:33 2015
New Revision: 1657577

URL: http://svn.apache.org/r1657577
Log:
documentation with Taverna warning

Modified:
    incubator/taverna/site/trunk/lib/path.pm

Modified: incubator/taverna/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/lib/path.pm?rev=1657577&r1=1657576&r2=1657577&view=diff
==============================================================================
--- incubator/taverna/site/trunk/lib/path.pm (original)
+++ incubator/taverna/site/trunk/lib/path.pm Thu Feb  5 14:25:33 2015
@@ -6,7 +6,7 @@ our @patterns = (
     #Using different templates
 	[qr!/websiteMigration/test\.md(?:text)?$!, single_narrative => { template => "wide.html" }],
 	[qr!/introduction/.*\.md(?:text)?$!, single_narrative => { template => "single_with_taverna2_warning.html" }],
-    
+    [qr!/documentation/.*\.md(?:text)?$!, single_narrative => { template => "single_with_taverna2_warning.html" }],
     
 	[qr!\.md(?:text)?$!, single_narrative => { template => "single_narrative.html" }],