Skip to content

Commit 50329d1

Browse files
committed
Move project info to the bottom of the Maven site menu
1 parent b10b8d8 commit 50329d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<breadcrumbs>
3131
<item name="${this.name}" href="./index.html"/>
3232
</breadcrumbs>
33-
<menu ref="reports" inherit="bottom"/>
3433
<menu name="Overview">
3534
<item name="Introduction" href="./index.html"/>
3635
<item name="Usage" href="./usage.html"/>
@@ -52,6 +51,7 @@
5251
<item name="AJC standard options" href="./ajc_reference/standard_opts.html"/>
5352
<item name="AJC experimental options" href="./ajc_reference/experimental_opts.html"/>
5453
</menu>
54+
<menu ref="reports" inherit="bottom"/>
5555
</body>
5656

5757
</project>

0 commit comments

Comments
 (0)