You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2017/07/18 13:16:42 UTC

[20/23] curator git commit: break up the help menu a bit

break up the help menu a bit


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/c77ef823
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/c77ef823
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c77ef823

Branch: refs/heads/master
Commit: c77ef823f91c4ef8713614aec181f681e7a7af8c
Parents: 84191f3
Author: randgalt <ra...@apache.org>
Authored: Sat Jul 15 11:28:55 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat Jul 15 11:28:55 2017 -0500

----------------------------------------------------------------------
 src/site/site.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/c77ef823/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 4b1ac98..8136c9a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -70,15 +70,18 @@
             <item name="Getting Started" href="getting-started.html"/>
             <item name="Examples" href="curator-examples/index.html"/>
             <item name="Recipes" href="curator-recipes/index.html"/>
-            <item name="Framework" href="curator-framework/index.html"/>
-            <item name="Utilities" href="utilities.html"/>
-            <item name="Client" href="curator-client/index.html"/>
             <item name="Java 8/Async" href="curator-x-async/index.html"/>
             <item name="Strongly Typed Models" href="curator-x-async/modeled.html"/>
             <item name="Migrations" href="curator-x-async/migrations.html"/>
             <item name="Schema Support" href="curator-framework/schema.html"/>
         </menu>
 
+        <menu name="Low Level" inherit="top">
+            <item name="Framework" href="curator-framework/index.html"/>
+            <item name="Utilities" href="utilities.html"/>
+            <item name="Client" href="curator-client/index.html"/>
+        </menu>
+
         <menu name="Details" inherit="top">
             <item name="Error Handling" href="errors.html"/>
             <item name="Logging and Tracing" href="logging.html"/>