Repository: maven-indexer Updated Branches: refs/heads/master 8769a2d20 -> 6950a22e0
added a link to stackoverflow Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/6950a22e Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/6950a22e Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/6950a22e Branch: refs/heads/master Commit: 6950a22e0b46934716253d64315992a8d3887b70 Parents: 8769a2d Author: Hervé Boutemy <[email protected]> Authored: Fri Aug 29 23:40:49 2014 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Fri Aug 29 23:40:49 2014 +0200 ---------------------------------------------------------------------- src/site/site.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/6950a22e/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 1fe0cac..e67be18 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -57,6 +57,8 @@ under the License. <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="JavaDocs" href="apidocs/index.html"/> + <!--item name="FAQ" href="faq.html"/--> + <item name="stackoverflow" href="http://stackoverflow.com/questions/tagged/maven-indexer"/> <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 --> <item name="License" href="http://www.apache.org/licenses/"/> <item name="Download" href="download.html"/>
