Skip to content

Commit 6999419

Browse files
committed
added classical component menu
1 parent 7bcc0fc commit 6999419

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/site/site.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
<project name="Plexus Interpolation" xmlns="http://maven.apache.org/DECORATION/1.0.0"
1+
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
4+
<body>
5+
<menu name="Overview">
6+
<item name="Introduction" href="index.html"/>
7+
<item name="JavaDocs" href="apidocs/index.html"/>
8+
<item name="Source Xref" href="xref/index.html"/>
9+
<!--item name="FAQ" href="faq.html"/-->
10+
</menu>
11+
12+
<menu ref="parent"/>
13+
<menu ref="reports"/>
14+
</body>
415
</project>

0 commit comments

Comments
 (0)