Added minimal documentation
[maven-thymeleaf-skin] / src / site / xhtml / usage.xhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5  </head>
6  <body>
7   <h1>Usage</h1>
8   <p>
9     To use this skin in your project, use the skin element of
10     <a href="http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">the <code>site.xml</code> site descriptor</a>:
11   </p>
12   <pre class="prettyprint linenums" id="redirect"><code class="xml">&lt;project name="xxx"&gt;
13   [...]
14   &lt;skin&gt;
15     &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;
16     &lt;artifactId&gt;${project.artifactId}&lt;/artifactId&gt;
17     &lt;version&gt;${project.version}&lt;/version&gt;
18   &lt;/skin&gt;
19   [...]
20 &lt;/project&gt;
21   </code></pre>
22  </body>
23 </html>