Updated Branches: refs/heads/master 26213239f -> 7b095da55
improve menu Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/7b095da5 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/7b095da5 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/7b095da5 Branch: refs/heads/master Commit: 7b095da5560551a1dcd8ad7f0b67bc931dad622c Parents: 70278ab Author: olivier lamy <[email protected]> Authored: Fri Oct 26 22:12:35 2012 +0200 Committer: olivier lamy <[email protected]> Committed: Fri Oct 26 22:12:35 2012 +0200 ---------------------------------------------------------------------- src/site/site.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/7b095da5/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 786f13d..151ea68 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -40,9 +40,7 @@ </custom> <body> - <menu ref="modules" /> - - <menu name="Quick Links"> + <menu name="Maven SCM"> <item name="Home" href="/index.html"/> <item name="Maven SCM Plugin" href="/maven-scm-plugin/index.html"/> <item name="Javadoc" href="/apidocs/index.html"/> @@ -70,6 +68,7 @@ <item name="SCM Providers Matrix" href="/matrix.html"/> </menu> + <menu ref="modules"/> <menu ref="reports"/> </body> </project>
