Initial outline of Maven site documentation.

This commit is contained in:
Luke Taylor
2004-06-28 18:02:31 +00:00
parent ab3dc26d07
commit 23ef0a55a4
7 changed files with 247 additions and 0 deletions

28
xdocs/navigation.xml Executable file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<title>Acegi Security System for Spring</title>
<body>
<menu name="Overview">
<!-- <item name="Goals" href="/goals.html"/>
<item name="Features" href="/features.html"/> -->
<item name="News and Status" href="/status.html"/>
<item name="Getting Started" href="/start/index.html" collapse="true">
<item name="Download" href="/start/download.html"/>
<item name="Build" href="/start/build.html"/>
</item>
<item name="Reference" href="/reference/index.html" collapse="true">
<item name="User Guide" href="/ref/index.html"/>
<!-- item name="Developer Guide" href="/reference/developer-guide.html"/ -->
<!-- item name="FAQ" href="/faq.html"/ -->
</item>
</menu>
<!--
<menu name="Misc">
<item name="Wiki" href=""/>
<item name="Glossary" href="/glossary.html"/>
<item name="Articles" href="/articles.html"/>
</menu>
-->
</body>
</project>