Skip to content

Commit c3b200b

Browse files
authored
Update site.xml to Doxia 2
1 parent aded63d commit c3b200b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/site/site.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
4+
35
<body>
46
<menu name="Overview">
57
<item name="Introduction" href="index.html"/>
@@ -15,4 +17,4 @@
1517
<item name="Inplace Conversion to ASCII" href="examples/inplace2ascii.html"/>
1618
</menu>
1719
</body>
18-
</project>
20+
</site>

0 commit comments

Comments
 (0)