From 23d863f6c4ff5bdbd90e48903b76c95057e73d14 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 1 Aug 2019 16:32:21 -0700 Subject: [PATCH] doc: add doc home link in left nav It's been annoying that there was no convenient way to get back to the documentation home page. There is a link in the breadcrumb trail at the top of the page, but folks didn't notice that. This PR adds a "Documentation Home" link at the top of the left-nav menu. Signed-off-by: David B. Kinder --- doc/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.rst b/doc/index.rst index 17e6e0b4a70..42853efa774 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -107,6 +107,7 @@ licensing, as described in :ref:`Zephyr_Licensing`. .. toctree:: :maxdepth: 1 + Documentation Home introduction/index.rst getting_started/index.rst contribute/index.rst