You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/12 13:33:08 UTC

svn commit: r190247 - /forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml

Author: crossley
Date: Sun Jun 12 04:33:08 2005
New Revision: 190247

URL: http://svn.apache.org/viewcvs?rev=190247&view=rev
Log:
Add structure for multi-page howto. If don't do this then menus don't show
on each step document.

Modified:
    forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml

Modified: forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml?rev=190247&r1=190246&r2=190247&view=diff
==============================================================================
--- forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml (original)
+++ forrest/branches/docs_reorg_200506_branch/site-author/content/xdocs/site.xml Sun Jun 12 04:33:08 2005
@@ -231,8 +231,13 @@
           <maven label="Maven Integration" href="howto-forrest-from-maven.html"/>
           <buildPlugin label="Build a Plugin" href="howto-buildPlugin.html"/>
           <custom-html-source label="Custom html source" href="howto-custom-html-source.html"/>
-          <multi label="Multipage HowTo" href="multi/howto-multi.html"/>
-          <view label="views">
+          <multi label="Multipage HowTo" href="multi/">
+            <intro label="Introduction" href="howto-multi.html"/>
+            <step1 label="Step 1" href="step1.html"/>
+            <step2 label="Step 2" href="step2.html"/>
+            <step3 label="Step 3" href="step3.html"/>
+          </multi>
+          <view label="Views">
             <install label="Install views" href="howto-view-install.html"/>
             <DSL label="forrest:view DSL" href="howto-view-dsl.html"/>
             <contracts label="contract implementations" href="howto-view-contracts.html"/>