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 b8332b0 commit d569431
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<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">
<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">

<bannerLeft href="https://codehaus-plexus.github.io/">
<image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
</bannerLeft>

<body>
<menu ref="parent"/>
<menu ref="modules"/>
</body>
</project>
</site>

0 comments on commit d569431

Please sign in to comment.