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
This commit is contained in:
parent
a95f579c84
commit
bff7af4882
|
@ -969,7 +969,7 @@
|
||||||
{
|
{
|
||||||
"url": "guide/contributors-guide-overview",
|
"url": "guide/contributors-guide-overview",
|
||||||
"title": "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",
|
"url": "guide/reviewing-content",
|
||||||
|
@ -981,6 +981,11 @@
|
||||||
"title": "Updating search keywords",
|
"title": "Updating search keywords",
|
||||||
"tooltip": "Help users find the content they need by adding additional 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",
|
"url": "guide/docs-style-guide",
|
||||||
"title": "Documentation Style Guide",
|
"title": "Documentation Style Guide",
|
||||||
|
|
Loading…
Reference in New Issue