docs: Restructure table of contents to provide a more streamlined experience (#38763)
This PR is to make the `10.1.x` branch navigation the same as `master`. PR Close #38763
This commit is contained in:
parent
e40ffb95c8
commit
f1b355b54f
@ -509,6 +509,11 @@
|
|||||||
"tooltip": "Building and serving Angular apps."
|
"tooltip": "Building and serving Angular apps."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "guide/lightweight-injection-tokens",
|
||||||
|
"title": "Lightweight Injection Tokens for Libraries",
|
||||||
|
"tooltip": "Optimize client app size by designing library services with lightweight injection tokens."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -547,14 +552,9 @@
|
|||||||
"tooltip": "A tutorial that covers many patterns associated with Angular routing."
|
"tooltip": "A tutorial that covers many patterns associated with Angular routing."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "guide/creating-libraries",
|
"url": "guide/router-tutorial-toh",
|
||||||
"title": "Creating Libraries",
|
"title": "Router tutorial: tour of heroes",
|
||||||
"tooltip": "Extend Angular by creating, publishing, and using your own libraries."
|
"tooltip": "Explore how to use Angular's router. Based on the Tour of Heroes example."
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "guide/lightweight-injection-tokens",
|
|
||||||
"title": "Lightweight Injection Tokens for Libraries",
|
|
||||||
"tooltip": "Optimize client app size by designing library services with lightweight injection tokens."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user