mirror of https://github.com/apache/maven.git
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:
parent
3711d27d83
commit
3f964efbb1
|
@ -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}}
|
||||
|
||||
[]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}}
|
||||
|
||||
[]
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue