Skip to content

Commit

Permalink
Site improvement
Browse files Browse the repository at this point in the history
- add breadcrumbs
- parent only in modules
  • Loading branch information
slawekjaranowski committed Jun 27, 2022
1 parent 4f2b7b7 commit 2f207ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mrm-api/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="Mock Repository Manager API">
<body>
<menu ref="parent"/>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
</menu>
Expand Down
3 changes: 3 additions & 0 deletions mrm-maven-plugin/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="Mock Repository Manager Maven Plugin">
<body>
<menu ref="parent"/>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
</menu>

<menu name="Examples">
<item name="Using with Maven Invoker (download)" href="examples/invoker-tests.html"/>
<item name="Using with Maven Invoker (upload)" href="examples/invoker-tests-dist.html"/>
Expand Down
2 changes: 2 additions & 0 deletions mrm-servlet/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="Mock Repository Manager Servlet">
<body>
<menu ref="parent"/>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
</menu>
Expand Down
2 changes: 2 additions & 0 deletions mrm-webapp/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="Mock Repository Manager Webapp">
<body>
<menu ref="parent"/>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
</menu>
Expand Down
6 changes: 5 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
</custom>

<body>
<menu ref="parent" inherit="top"/>

<breadcrumbs>
<item name="MojoHaus" href="https://www.mojohaus.org/"/>
<item name="${this.name}" href="${this.url}" />
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down

0 comments on commit 2f207ef

Please sign in to comment.