From 65d08887089b993184e34e7afad4278ba269fa8a Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 3 Aug 2017 02:00:36 +0300 Subject: [PATCH] fix(aio): fix layout of the webpack guide (#18493) This is possibly a temporary fix for the layout, until we decide whether we want to remove the guide or properly add it to the SideNav menu. Fixes #17912 --- aio/content/navigation.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index be4123d753..1e173413f0 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -61,6 +61,12 @@ "hidden": true }, + { + "url": "guide/webpack", + "title": "Webpack: An Introduction", + "hidden": true + }, + { "url": "guide/quickstart", "title": "Getting Started",