Skip to content

Commit

Permalink
fix(docs-infra): add updating-content-github-ui guide to the sidenav (
Browse files Browse the repository at this point in the history
angular#41250)

It seems that the `updating-content-github-ui` guide was accidentally
omitted from the sidenav in angular#41061.

This commit adds the guide to the sidenav.

PR Close angular#41250
  • Loading branch information
gkalpak authored and TeriGlover committed Apr 5, 2021
1 parent 09f5849 commit 58ab641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion aio/content/navigation.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 58ab641

Please sign in to comment.