Fixed the URI-path for the documentation
[maven-thymeleaf-skin] / src / site / site.xml
index 015e0b3..5586fd4 100644 (file)
@@ -23,8 +23,9 @@
   </body>
   <custom>
     <thymeproxy>
-      <path>/maven-thymeleaf-skin/</path>
-      <crumbs>{&amp;quot;uri&amp;quot;:&amp;quot;/projects.html&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Projects&amp;quot;},{&amp;quot;uri&amp;quot;:&amp;quot;/maven-thymeleaf-skin/index.html&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Apache-Maven Thymeleaf-Skin&amp;quot;}</crumbs>
+      <path>/projects/maven-thymeleaf-skin/</path>
+      <crumbs>"/index.html","/projects.html"</crumbs>
+      <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
     </thymeproxy>
   </custom>
 </project>