WIP:site
[hibernate4-maven-plugin] / src / site / site.xml
index 7c28ac2..3ce970f 100644 (file)
@@ -1,15 +1,31 @@
 <project>
-  <googleAnalyticsAccountId>UA-571104-3</googleAnalyticsAccountId>
   <body>
     <menu>
+      <item name="Hibernate Maven Plugin" href="index.html"/>
       <item name="Configuration Examples" href="configuration.html"/>
-      <item name="Parameter Documentation" href="export-mojo.html"/>
-      <item name="Enable Debug-Output" href="debugging.html"/>
+      <item name="Goal: CREATE" href="create-mojo.html"/>
+      <item name="Goal: DROP" href="drop-mojo.html"/>
+      <item name="Enable Debugging-Output" href="debugging.html"/>
       <item name="Skipping Execution" href="skip.html"/>
       <item name="Force Exceution" href="force.html"/>
       <item name="Known Pitfalls (FAQ)" href="pitfalls.html"/>
+      <item name="Project Information" href="project-info.html"/>
+      <item name="Project Reports" href="project-reports.html"/>
     </menu>
     <menu ref="reports"/>
   </body>
+  <skin>
+    <groupId>de.juplo.maven</groupId>
+    <artifactId>maven-thymeleaf-skin</artifactId>
+    <version>1.1.0</version>
+  </skin>
+  <custom>
+    <thymeproxy>
+      <path>/hibernate-maven-plugin/</path>
+      <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>