Skip to content

Commit

Permalink
Update site.xml to Doxia 2
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 17, 2024
1 parent fecf827 commit afe24f8
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,8 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
name="Templating Maven Plugin">
<custom>
<fluidoSkin>
<googleSearch>
<sitesearch>www.mojohaus.org</sitesearch>
</googleSearch>
<ohloh>
<projectId>5211</projectId>
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand All @@ -53,4 +35,4 @@ under the License.
href="/examples/encoding.html"/>
</menu>
</body>
</project>
</site>

0 comments on commit afe24f8

Please sign in to comment.