From e38a3f226583aa49d59de87ca36709f543c4897a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Drouet?= Date: Fri, 15 May 2020 09:54:45 +0200 Subject: [PATCH] add home button to every page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Drouet --- _data/toc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/toc.yaml b/_data/toc.yaml index 1090462402..2f8fc8f057 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,5 +1,8 @@ horizontalnav: +- title: Home + path: / + node: home - title: Guides path: /develop/ node: guides @@ -13,6 +16,8 @@ horizontalnav: path: /samples/ node: samples +home: {} + guides: - title: Get Docker path: /get-docker/