From 5a462011eb5002e43290a9bb7f8242ef5bfabd1b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Mar 2018 16:56:39 -0400 Subject: [PATCH] Set maxdepth to 1 for TOC We now have quite a few Guides listed so lower the maxdepth to 1 so that the landing page is not as busy. Change-Id: I6bd78bc728b4c8c676ec362836992b751dbe5612 Signed-off-by: Thanh Ha --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index bf3e893..deee0fb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ A collection of documentation for Linux Foundation Continuous Integration (LFCI) Guides: .. toctree:: - :maxdepth: 2 + :maxdepth: 1 best-practices ansible -- 2.16.6