Browse Source

Another reorg to display all the pages.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271658 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
e8979d14ae
1 changed files with 8 additions and 7 deletions
  1. +8
    -7
      proposal/myrmidon/src/xdocs/stylesheets/project.xml

+ 8
- 7
proposal/myrmidon/src/xdocs/stylesheets/project.xml View File

@@ -5,9 +5,14 @@
<body>
<menu name="Myrmidon">
<item name="Introduction" href="/index.html"/>
<item name="User Guide" href="/user.html"/>
<item name="Get Involved" href="/todo.html"/>
<item name="Todo List" href="/todo.html#Todo List"/>
<item name="Get Involved" href="/getinvolved.html"/>
<item name="Building Myrmidon" href="/user.html"/>
<item name="Todo List" href="/todo.html"/>
</menu>

<menu name="User Guide">
<item name="Build file" href="/buildfile.html"/>
<item name="Virtual File System" href="/vfs.html"/>
</menu>

<menu name="Extending Ant">
@@ -16,10 +21,6 @@
<item name="Library HOWTO" href="/librarys.html"/>
</menu>

<menu name="Features">
<item name="Virtual File System" href="/vfs.html"/>
</menu>

<menu name="Container Design">
</menu>



Loading…
Cancel
Save