Skip to content

Commit

Permalink
docs(aio): move links from nav groups to items
Browse files Browse the repository at this point in the history
Fundamentals and Techniques nav groups we also links to pages. This caused
counterintuitive behaviour when clicking on them.

This commit moves each link from the group item to a children item, called
Introduction.

Closes angular#16604
  • Loading branch information
petebacondarwin committed May 6, 2017
1 parent 5cf6426 commit 9d9eebd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions aio/content/navigation.json
Expand Up @@ -87,10 +87,15 @@

{
"title": "Fundamentals",
"url": "guide/fundamentals",
"tooltip": "The fundamentals of Angular",
"children": [

{
"url": "guide/fundamentals",
"title": "Introduction",
"tooltip": "An introduction to the fundamentals of Angular."
},

{
"url": "guide/animations",
"title": "Animations",
Expand Down Expand Up @@ -259,10 +264,15 @@

{
"title": "Techniques",
"url": "guide/techniques",
"tooltip": "Techniques for putting Angular to work in your environment",
"children": [

{
"url": "guide/techniques",
"title": "Introduction",
"tooltip": "An introduction to techniques to use when developing with Angular."
},

{
"url": "guide/security",
"title": "Security",
Expand Down

0 comments on commit 9d9eebd

Please sign in to comment.