Skip to content

Commit 40a8a76

Browse files
committed
added classical component menus
1 parent 0b2f3ec commit 40a8a76

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<project name="Plexus Interpolation" 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>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<project name="Plexus Interpolation" 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>

src/site/site.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
4+
<body>
5+
<menu ref="parent"/>
6+
<menu ref="modules"/>
7+
</body>
8+
</project>

0 commit comments

Comments
 (0)