Skip to content

Commit 2f207ef

Browse files
Site improvement
- add breadcrumbs - parent only in modules
1 parent 4f2b7b7 commit 2f207ef

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

mrm-api/src/site/site.xml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
2121
name="Mock Repository Manager API">
2222
<body>
23+
<menu ref="parent"/>
24+
2325
<menu name="Overview">
2426
<item name="Introduction" href="index.html"/>
2527
</menu>

mrm-maven-plugin/src/site/site.xml

+3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
2121
name="Mock Repository Manager Maven Plugin">
2222
<body>
23+
<menu ref="parent"/>
24+
2325
<menu name="Overview">
2426
<item name="Introduction" href="index.html"/>
2527
<item name="Goals" href="plugin-info.html"/>
2628
<item name="Usage" href="usage.html"/>
2729
</menu>
30+
2831
<menu name="Examples">
2932
<item name="Using with Maven Invoker (download)" href="examples/invoker-tests.html"/>
3033
<item name="Using with Maven Invoker (upload)" href="examples/invoker-tests-dist.html"/>

mrm-servlet/src/site/site.xml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
2121
name="Mock Repository Manager Servlet">
2222
<body>
23+
<menu ref="parent"/>
24+
2325
<menu name="Overview">
2426
<item name="Introduction" href="index.html"/>
2527
</menu>

mrm-webapp/src/site/site.xml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
2121
name="Mock Repository Manager Webapp">
2222
<body>
23+
<menu ref="parent"/>
24+
2325
<menu name="Overview">
2426
<item name="Introduction" href="index.html"/>
2527
</menu>

src/site/site.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
</custom>
3232

3333
<body>
34-
<menu ref="parent" inherit="top"/>
34+
35+
<breadcrumbs>
36+
<item name="MojoHaus" href="https://www.mojohaus.org/"/>
37+
<item name="${this.name}" href="${this.url}" />
38+
</breadcrumbs>
3539

3640
<menu name="Overview">
3741
<item name="Introduction" href="index.html"/>

0 commit comments

Comments
 (0)