moving reference to doco page

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-14 20:30:44 +00:00
parent 3711d27d83
commit 3f964efbb1
4 changed files with 38 additions and 0 deletions

View File

@ -96,3 +96,17 @@ Documentation
* {{{development/guide-m2-development.html}Guide to Developing Maven 2.x}}
* {{{development/guide-building-m2.html}Guide to Building Maven 2.x}}
* Reference
* {{{../maven-model/maven.html}Project Descriptor}}
* {{{../maven-settings/settings.html}Settings Descriptor}}
* {{{../plugins/index.html}Available Plug-ins}}
* {{{../developers/mojo-api-specification.html}Mojo API}}
* {{{../ant-tasks}Ant Tasks}}
[]

View File

@ -15,6 +15,11 @@ echo " ------ " >> $toc
echo >> $toc
echo "Documentation" >> $toc
echo >> $toc
#
# Getting started guide
#
echo "* Getting Started Guide" >> $toc
echo >> $toc
echo " * {{{getting-started/index.html}Getting Started Guide}}" >> $toc
@ -97,3 +102,5 @@ echo "" >> $toc
echo " * {{{development/guide-m2-development.html}Guide to Developing Maven 2.x}}" >> $toc
echo " " >> $toc
echo " * {{{development/guide-building-m2.html}Guide to Building Maven 2.x}}" >> $toc
cat tail.apt >> $toc

View File

@ -0,0 +1,14 @@
* Reference
* {{{../maven-model/maven.html}Project Descriptor}}
* {{{../maven-settings/settings.html}Settings Descriptor}}
* {{{../plugins/index.html}Available Plug-ins}}
* {{{../developers/mojo-api-specification.html}Mojo API}}
* {{{../ant-tasks}Ant Tasks}}
[]

View File

@ -53,6 +53,7 @@
</menu>
-->
<!--
<menu name="Reference">
<item name="Project Descriptor" href="/maven-model/maven.html"/>
<item name="Settings Descriptor" href="/maven-settings/settings.html"/>
@ -61,6 +62,8 @@
<item name="Ant Tasks" href="/ant-tasks.html"/>
<item name="APT Reference" href="/apt-format.html"/>
</menu>
-->
${reports}
</body>
</project>