From 3c4b8b97c14556ff7a92588be657a132eeddf129 Mon Sep 17 00:00:00 2001 From: Kapunahele Wong Date: Wed, 2 Sep 2020 12:24:44 -0400 Subject: [PATCH] docs: put docs style guide back in left nav (#38683) PR Close #38683 --- aio/content/navigation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 8ee8129bdb..2d14d666b4 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -954,6 +954,11 @@ "url": "guide/styleguide", "title": "Coding Style Guide", "tooltip": "Guidelines for writing Angular code." + }, + { + "url": "guide/docs-style-guide", + "title": "Documentation Style Guide", + "tooltip": "Style guide for documentation authors." } ] }