fix(aio): remove links from sub-menu toggles (#21695)

Navigating to a document while trying to expand or collapse a sub-menu
is undesirable and confusing. All sub-menu toggles should have no other
effect than expanding/collapsing the corresponding sub-menu.

PR Close #21695
This commit is contained in:
George Kalpakas
2018-01-16 12:40:24 +02:00
committed by Miško Hevery
parent 97dafa8460
commit 89051a0452
4 changed files with 78 additions and 15 deletions

View File

@ -74,7 +74,6 @@
},
{
"url": "tutorial",
"title": "Tutorial",
"tooltip": "The Tour of Heroes tutorial takes you through the steps of creating an Angular application in TypeScript.",
"children": [
@ -122,7 +121,6 @@
},
{
"url": "guide/architecture",
"title": "Fundamentals",
"tooltip": "The fundamentals of Angular",
"children": [