Added a parameter "prefix" that is added to non-canonical uris
[maven-thymeleaf-skin] / src / site / xhtml / usage.xhtml
index a9c4e0c..48d4a82 100644 (file)
@@ -26,6 +26,7 @@
   </p>
   <ul>
   <li><strong>path</strong></li>
+  <li><strong>prefix</strong></li>
   <li><strong>crumbs</strong></li>
   <li><strong>command</strong></li>
   </ul>
@@ -35,7 +36,7 @@
   <ul>
   <li>
     <strong>site_uri:</strong>
-    Concatenation of the configured <code>path</code>, the version of the project and the relative path of the page
+    Concatenation of the configured <code>prefix</code> and <code>path</code>, the version of the project and the relative path of the page
   </li>
   <li>
     <strong>canonical_uri:</strong>
@@ -46,6 +47,8 @@
     Solely the relative path of the page
   </li>
   </ul>
+  <h3>prefix</h3>
+  <p>If set, the <code>path</code> is prefixed with the value, when generating the <code>site_uri</code>.</p>
   <h3>crumbs</h3>
   <p>Some crumbs, that should be prepended to the breadcrumbs that are computed for the pages.</p>
   <p>The crumbs have to be specified in double quotes and must be separated by commas. Example:</p>