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 2004/12/05 06:22:39 UTC

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

Author: crossley
Date: Sat Dec  4 21:22:39 2004
New Revision: 109857

URL: http://svn.apache.org/viewcvs?view=rev&rev=109857
Log:
Add stubs for the other tabs.

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

Modified: forrest/trunk/docs-author/content/xdocs/tabs.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/tabs.xml?view=diff&rev=109857&p1=forrest/trunk/docs-author/content/xdocs/tabs.xml&r1=109856&p2=forrest/trunk/docs-author/content/xdocs/tabs.xml&r2=109857
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/tabs.xml	(original)
+++ forrest/trunk/docs-author/content/xdocs/tabs.xml	Sat Dec  4 21:22:39 2004
@@ -32,6 +32,8 @@
     be displayed when their parent tab is selected.    
   -->
 
+    <tab id="home" label="Welcome" dir=""/>
+    <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
     <tab id="docs" label="0.7-dev Documentation" dir="/" indexfile="index.html">
       <tab id="core" label="Core" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" indexfile="forrestbot.html"/>

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&rev=109857&p1=forrest/trunk/site-author/content/xdocs/tabs.xml&r1=109856&p2=forrest/trunk/site-author/content/xdocs/tabs.xml&r2=109857
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml	(original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml	Sat Dec  4 21:22:39 2004
@@ -34,5 +34,7 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
+    <tab id="docs" label="Documentation" dir="docs/"/>
+    <tab id="howto" label="How-To" dir="howto/"/>
 
 </tabs>