Author: tomwhite
Date: Mon Apr 12 21:32:56 2010
New Revision: 933425

URL: http://svn.apache.org/viewvc?rev=933425&view=rev
Log:
HDFS-651. HDFS Docs - fix listing of docs in the doc menu. Contributed by 
Corinne Chandel.

Modified:
    hadoop/hdfs/trunk/CHANGES.txt
    hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/site.xml

Modified: hadoop/hdfs/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=933425&r1=933424&r2=933425&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Mon Apr 12 21:32:56 2010
@@ -255,6 +255,9 @@ Trunk (unreleased changes)
     HDFS-466. hdfs_write infinite loop when dfs fails and cannot write
     files > 2 GB. (Pete Wyckoff via tomwhite)
 
+    HDFS-651. HDFS Docs - fix listing of docs in the doc menu.
+    (Corinne Chandel via tomwhite)
+
 Release 0.21.0 - Unreleased
 
   INCOMPATIBLE CHANGES

Modified: hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=933425&r1=933424&r2=933425&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/site.xml 
(original)
+++ hadoop/hdfs/trunk/src/docs/src/documentation/content/xdocs/site.xml Mon Apr 
12 21:32:56 2010
@@ -33,19 +33,18 @@ See http://forrest.apache.org/docs/linki
 <site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0";>
   
    <docs label="Getting Started"> 
-     <hdfsproxy                        label="HDFS Proxy"                      
                href="hdfsproxy.html"/>
-     <hdfs_user                                label="User Guide"              
                                        href="hdfs_user_guide.html" />
-     <hdfs_arch                                label="Architecture"            
                                                href="hdfs_design.html" />      
+
+     <hdfs_user  label="HDFS Users "  href="hdfs_user_guide.html" />
+     <hdfs_arch  label="HDFS Architecture" href="hdfs_design.html" />  
    </docs>
    <docs label="Guides">
-      <hdfs_perm                               label="Permissions Guide"       
                                href="hdfs_permissions_guide.html" />
-      <hdfs_quotas                             label="Quotas Guide"            
                                        href="hdfs_quota_admin_guide.html" />
-      <hdfs_SLG                                label="Synthetic Load Generator 
Guide"  href="SLG_user_guide.html" />
-      <hdfs_imageviewer                                                
label="Offline Image Viewer Guide"      href="hdfs_imageviewer.html" />
-      <hdfs_libhdfs                            label="C API libhdfs"           
                                        href="libhdfs.html" /> 
-    </docs>
-    <docs label="Testing">
-      <faultinject_framework              label="Fault Injection"              
                                       href="faultinject_framework.html" />
+      <hdfs_perm               label="Permissions" 
href="hdfs_permissions_guide.html" />
+      <hdfs_quotas                 label="Quotas" 
href="hdfs_quota_admin_guide.html" />
+      <hdfs_SLG                        label="Synthetic Load Generator"  
href="SLG_user_guide.html" />
+      <hdfs_imageviewer        label="Offline Image Viewer"    
href="hdfs_imageviewer.html" />
+      <hdfsproxy                           label="HDFS Proxy" 
href="hdfsproxy.html"/>
+      <faultinject_framework label="Fault Injection"  
href="faultinject_framework.html" /> 
+      <hdfs_libhdfs            label="C API libhdfs" href="libhdfs.html" /> 
     </docs>
    
    <docs label="Miscellaneous"> 


Reply via email to