WIP:site
[hibernate4-maven-plugin] / src / site / site.xml
index e62c0b1..3ce970f 100644 (file)
@@ -1,7 +1,7 @@
 <project>
   <body>
     <menu>
-      <item name="Overview" href="index.html"/>
+      <item name="Hibernate Maven Plugin" href="index.html"/>
       <item name="Configuration Examples" href="configuration.html"/>
       <item name="Goal: CREATE" href="create-mojo.html"/>
       <item name="Goal: DROP" href="drop-mojo.html"/>
   <skin>
     <groupId>de.juplo.maven</groupId>
     <artifactId>maven-thymeleaf-skin</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
   </skin>
   <custom>
     <thymeproxy>
       <path>/hibernate-maven-plugin/</path>
-      <crumbs><![CDATA[{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;}]]></crumbs>
+      <prefix>/projects</prefix>
+      <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>