Index: src/site/site.xml
===================================================================
--- src/site/site.xml	(revision 430307)
+++ src/site/site.xml	(working copy)
@@ -15,14 +15,10 @@
   </skin>
   <body>
     <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Continuum" href="http://maven.apache.org/continuum"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
+      <item name="Home" href="http://maven.apache.org"/>
+      <item name="Download" href="/download.html"/>
+      <item name="Installation Instructions" href="/download.html#Installation"/>
+      <item name="FAQ" href="/general.html"/>    
     </links>
 
     <head>
@@ -34,42 +30,68 @@
       </script>
     </head>
 
-    <menu name="Quick Links">
-      <item name="Features" href="/maven-features.html"/>
-      <item name="Download" href="/download.html"/>
-      <item name="Installation Instructions" href="/download.html#Installation"/>
-      <item name="FAQ" href="/general.html"/>
+    <menu name="About Maven">
+      <item name="What is Maven?" href="what-is-maven.html" />
+      <item name="Features" href="features.html" />
+      <item name="FAQ" href="general.html" />
+      <item name="Powered by" href="powered-by.html" />
+      <item name="Books and Articles" href="books-and-articles.html" />
     </menu>
-
+        
     <menu name="Documentation">
-      <item name="Getting Started" href="/guides/getting-started/index.html"/>
-      <item name="Guides" href="/guides/index.html"/>
-      <item name="Examples" href="/examples/index.html"/>
-      <item name="Plug-ins" href="/plugins/index.html"/>
-      <item name="User Contributed" href="http://docs.codehaus.org/display/MAVENUSER/FAQs"/>      
-      <item name="Where is it?" href="/where-is-it.html"/>
-      <item name="Reference" href="/ref/current/index.html"/>
-      <item name="Books and Articles" href="/articles.html" />
+      <item name="Quick Start" href="/guides/getting-started/index.html"/>
+      <item name="User's Guide" collapse="false">
+        <item name="Artifact Resolution" href="/guides/introduction/introduction-to-artifact-resolution.html" />      
+        <item name="Exploring the POM" href="/guides/introduction/introduction-to-the-pom.html" />      
+        <item name="Build Lifecycle" href="/guides/introduction/introduction-to-the-lifecycle.html" />      
+        <item name="Maven Repository Basics" href="/guides/introduction/introduction-to-repositories.html" />
+        <item name="Standard Directory Layout" href="/guides/introduction/introduction-to-the-standard-directory-layout.html" />
+        <item name="Maven Conventions" href="/maven-conventions.html" />
+        <item name="Maven Naming Conventions" href="/guides/guide-naming-conventions.html" />
+        <item name="Managing Dependencies" href="/guides/introduction/introduction-to-dependency-mechanism.html" />
+        <item name="Configuring Proxies" href="/guides/mini/guide-proxies.html" />      
+        <item name="Repository Mirrors" href="/guides/mini/guide-mirror-settings.html" />      
+        <item name="Installing 3rd Party Jars" href="/guides/mini/guide-installing-3rd-party-jars.html" />
+        <item name="Archetypes" href="/guides/introduction/introduction-to-archetypes.html" />
+        <item name="Multi-Module Builds" href="/" />
+        <item name="Creating A Site" href="/guides/mini/guide-site.html" />
+        <item name="Generating Reports" href="/" />
+      </item>      
+      <item name="Setting Reference" href="/ref/current/maven-settings/settings.html" />      
+      <item name="POM Reference" href="/ref/current/maven-model/maven.html" />
+      <item name="Profiles Reference" href="/" />
     </menu>
 
-    <menu name="Integration">
-      <item name="Eclipse Plug-in" href="/eclipse-plugin.html"/>
+    <menu name="IDE Integration">
+      <item name="Eclipse Extension" href="/eclipse-plugin.html"/>
       <item name="Netbeans Module" href="/netbeans-module.html"/>      
     </menu>
 
-    <menu name="About Maven 2.0">
-      <item name="What is Maven?" href="/what-is-maven.html"/>
-      <item name="General Information" href="/about.html"/>
-      <item name="For Maven 1.0 Users" href="/maven1.html"/>
-      <item name="For Other Projects" href="/project-faq.html"/>
-      <item name="Powered By" href="/powered-by-m2.html"/>
-      <item name="How to Help" href="/guides/development/guide-helping.html"/>
+    <menu name="Developers">
+     <item name="How to contribute?" href="/" />
+     <item name="Developer's Guide" href="/guides/development/index.html" collapse="false">
+       <item name="Getting Started" href="/guides/development/guide-m2-development.html" />
+       <item name="other developer relevant guides" href="/guides/development/other-dev-guides.html" />
+     </item>
+     <item name="Continuous Integration" href="/continuous-integration.html"/>      
     </menu>
 
-   <menu name="Developers">
-     <item name="Continuous Integration" href="/continuous-integration.html"/>
-   </menu>
+    <menu name="Maven Repository">
+       <item name="How To Upload?" href="/" />
+       <item name="How To Partner?" href="/" />
+       <item name="How To Mirror?" href="/" />       
+    </menu>
 
-    ${reports}
+    <menu name="Related Projects">
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
+      <item name="Maven 2.x" href="http://maven.apache.org/"/>
+      <item name="Continuum" href="http://maven.apache.org/continuum"/>
+      <item name="SCM" href="http://maven.apache.org/scm"/>
+      <item name="Wagon" href="http://maven.apache.org/wagon"/>
+      <item name="JXR" href="http://maven.apache.org/jxr"/>
+      <item name="Doxia" href="http://maven.apache.org/doxia"/>
+      <item name="Maven Plugins" href="http://maven.apache.org/plugins"/>      
+    </menu>   
   </body>
 </project>

