From 90b9964384a667713e2840743c4add07e3060e38 Mon Sep 17 00:00:00 2001 From: shenjiatong Date: Mon, 3 Jun 2019 10:52:01 +0800 Subject: [PATCH] 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 16395949385356c4ab3c82227cd6c6a92496d356) --- doc/source/guides.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/guides.rst b/doc/source/guides.rst index 82e0dd6ac6..ca134c4520 100644 --- a/doc/source/guides.rst +++ b/doc/source/guides.rst @@ -10,6 +10,7 @@ Walk through various setups used by stackers .. toctree:: :glob: + :hidden: :maxdepth: 1 guides/single-vm