Skip to content

Commit

Permalink
Add breadcrumbs for site documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 26, 2022
1 parent 084c467 commit 057a14a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ under the License.
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
<body>

<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"/>
<item name="Usage" href="usage.html"/>
Expand Down

0 comments on commit 057a14a

Please sign in to comment.