-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.xml
27 lines (27 loc) · 837 Bytes
/
site.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.6.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.5</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>true</sideBarEnabled>
</fluidoSkin>
</custom>
<body>
<links>
<item name="oshi" href="http://github.com/oshi" />
</links>
<menu name="User guide">
<item href="README.html" name="README" />
</menu>
<menu ref="reports" />
<menu ref="parent" inherit="top" />
<menu ref="modules" inherit="top" />
</body>
</project>