From bff7af488233604b23ba7743e9b95bcdc026982b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 17 Mar 2021 20:46:57 +0200 Subject: [PATCH] fix(docs-infra): add `updating-content-github-ui` guide to the sidenav (#41250) It seems that the `updating-content-github-ui` guide was accidentally omitted from the sidenav in #41061. This commit adds the guide to the sidenav. PR Close #41250 --- aio/content/navigation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index 21ec3217a5..eb71730b33 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -969,7 +969,7 @@ { "url": "guide/contributors-guide-overview", "title": "Overview", - "tooltip": "Provides an overview of how to contribute to Angular's documentation" + "tooltip": "Provides an overview of how to contribute to Angular's documentation." }, { "url": "guide/reviewing-content", @@ -981,6 +981,11 @@ "title": "Updating search keywords", "tooltip": "Help users find the content they need by adding additional search keywords." }, + { + "url": "guide/updating-content-github-ui", + "title": "Updating content using GitHub UI", + "tooltip": "Update topics in the browser through the GitHub user interface." + }, { "url": "guide/docs-style-guide", "title": "Documentation Style Guide",