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/04/10 09:10:09 UTC

svn commit: r160745 - in forrest/trunk/site-author/content/xdocs: docs/tabs.xml tabs.xml

Author: crossley
Date: Sun Apr 10 00:10:08 2005
New Revision: 160745

URL: http://svn.apache.org/viewcvs?view=rev&rev=160745
Log:
Merge the tabs with site-author and remove the old tabs.xml from docs-author.

Removed:
    forrest/trunk/site-author/content/xdocs/docs/tabs.xml
Modified:
    forrest/trunk/site-author/content/xdocs/tabs.xml

Modified: forrest/trunk/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tabs.xml?view=diff&r1=160744&r2=160745
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml Sun Apr 10 00:10:08 2005
@@ -35,7 +35,10 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Documentation" href="docs/"/>
-    <tab id="howto" label="How-To" href="docs/howto/"/>
-
+    <tab id="docs" label="0.7 Docs" dir="docs" indexfile="index.html">
+      <tab id="core" label="Core" indexfile="your-project.html"/>
+      <tab id="forrestbor" label="ForrestBot" indexfile="forrestbot.html"/>
+      <tab id="forrestbar" label="ForrestBar" indexfile="forrestbar.html"/>
+    </tab>
+    <tab id="howto" label="0.7 How-To" dir="docs/howto" indexfile="index.html"/>
 </tabs>