4ac76eb83012e2929ecffd4b0c7b4814f1d137c1
[maven-thymeleaf-skin] / src / site / site.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3     xmlns="http://maven.apache.org/DECORATION/1.1.0"
4     xlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="
6       http://maven.apache.org/DECORATION/1.1.0
7       http://maven.apache.org/xsd/decoration-1.1.0.xsd
8       "
9     name="Apache Maven Thymeleaf-Skin"
10     >
11   <skin>
12     <groupId>${project.groupId}</groupId>
13     <artifactId>${project.artifactId}</artifactId>
14     <version>${project.version}</version>
15   </skin>
16   <body>
17     <menu>
18       <item name="About" href="index.html"/>
19       <item name="Usage Examples" href="usage.html"/>
20       <item name="Project Information" href="project-info.html"/>
21     </menu>
22     <menu ref="reports"/>
23   </body>
24   <custom>
25     <thymeproxy>
26       <path>/maven-thymeleaf-skin/</path>
27       <crumbs>{"uri":"/projects.html","name":"Projects"},{"uri":"/maven-thymeleaf-skin/index.html","name":"Apache-Maven Thymeleaf-Skin"}</crumbs>
28     </thymeproxy>
29   </custom>
30 </project>