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 d569431 commit ce454d2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions plexus-interactivity-api/src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<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">
<body>
<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 name="Overview">
<item name="Introduction" href="index.html"/>
<item name="JavaDocs" href="apidocs/index.html"/>
Expand All @@ -12,4 +16,4 @@
<menu ref="parent"/>
<menu ref="reports"/>
</body>
</project>
</site>

0 comments on commit ce454d2

Please sign in to comment.