This is an automated email from the ASF dual-hosted git repository.

mcvsubbu pushed a commit to branch 0.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit c61d37ea236817eea20d98f4dc32b33773218393
Author: Kamil BreguĊ‚a <[email protected]>
AuthorDate: Fri Nov 1 18:31:15 2019 +0100

    Show all items in the side menu (#4770)
---
 docs/admin_guide.rst  |  2 ++
 docs/dev_guide.rst    |  2 ++
 docs/index.rst        | 31 +++++++++++++++++++++++--------
 docs/introduction.rst |  2 ++
 docs/user_guide.rst   |  2 ++
 5 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/docs/admin_guide.rst b/docs/admin_guide.rst
index aa72486..499dfc7 100644
--- a/docs/admin_guide.rst
+++ b/docs/admin_guide.rst
@@ -17,6 +17,8 @@
 .. under the License.
 ..
 
+:orphan:
+
 ###########
 Admin Guide
 ###########
diff --git a/docs/dev_guide.rst b/docs/dev_guide.rst
index 90df29d..7aa7285 100644
--- a/docs/dev_guide.rst
+++ b/docs/dev_guide.rst
@@ -17,6 +17,8 @@
 .. under the License.
 ..
 
+:orphan:
+
 ###############
 Developer Guide
 ###############
diff --git a/docs/index.rst b/docs/index.rst
index e2d8b82..a8166bc 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -27,21 +27,36 @@ Pinot
 #####
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
+   :caption: Introduction
 
-   introduction
+   intro
+   architecture
+   getting_started
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
+   :caption: User Guide
 
-   user_guide
+   pql_examples
+   client_api
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
+   :caption: Admin Guide
 
-   admin_guide
+   tableconfig_schema
+   schema
+   in_production
+   pinot_hadoop
+   customizations
+   tuning_pinot
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 1
+   :caption: Developer Guide 
 
-   dev_guide
+   dev_env
+   code_modules
+   contribution_guidelines
+   extensions
diff --git a/docs/introduction.rst b/docs/introduction.rst
index 384df02..52c1984 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -17,6 +17,8 @@
 .. under the License.
 ..
 
+:orphan:
+
 ############
 Introduction
 ############
diff --git a/docs/user_guide.rst b/docs/user_guide.rst
index 7303d3c..87f81d5 100644
--- a/docs/user_guide.rst
+++ b/docs/user_guide.rst
@@ -17,6 +17,8 @@
 .. under the License.
 ..
 
+:orphan:
+
 ##########
 User Guide
 ##########


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to