You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/04/06 08:35:58 UTC

svn commit: r1089351 - /incubator/npanday/trunk/site/src/site/site.xml

Author: lcorneliussen
Date: Wed Apr  6 08:35:58 2011
New Revision: 1089351

URL: http://svn.apache.org/viewvc?rev=1089351&view=rev
Log:
[NPANDAY-396] IMHO better navigation pane - is up to discussion on the list

Modified:
    incubator/npanday/trunk/site/src/site/site.xml

Modified: incubator/npanday/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/site.xml?rev=1089351&r1=1089350&r2=1089351&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/site.xml (original)
+++ incubator/npanday/trunk/site/src/site/site.xml Wed Apr  6 08:35:58 2011
@@ -43,25 +43,30 @@ under the License.
       <item name="NPanday ${npandayReleaseVersion}" href="/" />
     </breadcrumbs>
 
-    <menu name="General Info">
-      <item name="NPanday Overview" href="/index.html"/>
-      <item name="NPanday Release Notes" href="/release-notes.html"/>
-      <item name="NPanday FAQs" href="/faqs.html"/>
-      <item name="NPanday Features" href="/features.html"/>
-      <item name="Documentation PDF" href="/npanday.pdf"/>
-      <item name="Download NPanday" href="/download.html"/>      
+    <menu name="General">
+      <item name="Overview" href="/index.html"/>
+      <item name="Features" href="/features.html"/>
+
+      <item name="FAQs" href="/faqs.html"/>
+
+      <item name="Download" href="/download.html"/>
+      <item name="Release Notes" href="/release-notes.html"/>
     </menu>
 
-    <menu name="User's Guide">
-      <item name="Introduction" href="./guide/index.html" />
+    <menu name="Using NPanday">
+      <item name="Guides overview" href="./guide/index.html" />
       <item name="Installation" href="./guide/installation/index.html" />
       <item name="Visual Studio Add-in" href="./guide/vs/index.html" />
       <item name="Advanced Use without VS Add-in" href="./guide/advanced/index.html" />
-      <item name="Using Maven Development Infrastructure" href="./guide/devinfra/index.html" />
-      <item name="NPanday Plugin Reference" href="/plugins/index.html"/>
+      <item name="NPanday Plugin Reference" href="./plugins/index.html"/>
+    </menu>
+
+    <menu name="ALM">
+      <item name="Artifact Repositories and Automated Builds" href="./guide/devinfra/index.html" />
+      <item name="Release- and Version Management" href="./guide/advanced/releasing.html" />
     </menu>
 
-    <menu name="Contributing">
+    <menu name="Get Involved">
       <item name="Developer's Guide" href="./developers/index.html" />
       <item name="Issue Tracking" href="./issue-tracking.html"/>
       <item name="Mailing Lists" href="./mail-lists.html"/>
@@ -70,6 +75,7 @@ under the License.
     <menu ref="reports" />
 
     <menu name="Resources">
+      <item name="Documentation as PDF" href="./npanday.pdf"/>
       <item name="Apache Maven" href="http://maven.apache.org/" />
     </menu>
   </body>