From 7a9ae6f12247d5ab91624a9a8fa6ff766a8d4102 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Tue, 10 Oct 2017 09:00:50 -0400 Subject: [PATCH] Add "getting started" to the menu Adds the getting started guide to the side-menu --- _data/menu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/menu.yml b/_data/menu.yml index e1c34e377..8f0004ad0 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,6 +1,7 @@ items: "Introduction": "/" "Installation": "/installation/" + "Getting Started": "/getting-started/" "User Guide": "/user-guide/" "Conversion Matrix": "/conversion/" "Architecture": "/architecture/"