remove duplicate entries under title guides in table of contents

right now, there are duplicate titles under contents --> guides
as shown in https://docs.openstack.org/devstack/latest/, although
they will forward to different pages, it is still a little confusing
for users. This change will hide toctree in guides.rst and users could
click links in page to jump to detail page to read more.

Change-Id: I2f3abeca7f56a3aedeabb48630ed2c61635b93cd
(cherry picked from commit 1639594938)
This commit is contained in:
shenjiatong 2019-06-03 10:52:01 +08:00 committed by norman shen
parent ef44118eb8
commit 90b9964384
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Walk through various setups used by stackers
.. toctree::
:glob:
:hidden:
:maxdepth: 1
guides/single-vm