diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 6308213..536d67c 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -45,6 +45,10 @@ ${project.name}
     remote resource bundles, processes them and makes them available to the
     <<<process-resources>>> phase.
 
+  * {{{./aggregate-mojo.html}remote-resources:aggregate}} retrieves the specified
+    remote resource bundles, processes them and makes them available to the
+    <<<process-resources>>> phase in aggregate mode.
+
   []
 
 * Usage
diff --git a/src/site/site.xml b/src/site/site.xml
index bcbd7cd..1069a27 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,7 +25,12 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
+      <item name="Goals" href="plugin-info.html" collapse="true">
+        <item name="remote-resources:aggregate" href="aggregate-mojo.html"/>
+        <item name="remote-resources:bundle" href="bundle-mojo.html"/>
+        <item name="remote-resources:process" href="process-mojo.html"/>
+        <item name="remote-resources:help" href="help-mojo.html"/>
+      </item>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->