docs: fix nav to match new toh titles (#35126)

PR Close #35126
This commit is contained in:
Judy Bogart 2020-02-03 10:49:03 -08:00 committed by Kara Erickson
parent 9a55020286
commit dcb8d6740e
3 changed files with 5 additions and 5 deletions

View File

@ -135,17 +135,17 @@
{ {
"url": "tutorial", "url": "tutorial",
"title": "Introduction", "title": "Introduction",
"tooltip": "Introduction to the Tour of Heroes tutorial" "tooltip": "Introduction to the Tour of Heroes app and tutorial"
}, },
{ {
"url": "tutorial/toh-pt0", "url": "tutorial/toh-pt0",
"title": "The Application Shell", "title": "Create a Project",
"tooltip": "Creating the application shell" "tooltip": "Creating the application shell"
}, },
{ {
"url": "tutorial/toh-pt1", "url": "tutorial/toh-pt1",
"title": "1. The Hero Editor", "title": "1. The Hero Editor",
"tooltip": "Part 1: Build a simple hero editor" "tooltip": "Part 1: Build a simple editor"
}, },
{ {
"url": "tutorial/toh-pt2", "url": "tutorial/toh-pt2",

View File

@ -1,4 +1,4 @@
# Create services # Add services
The Tour of Heroes `HeroesComponent` is currently getting and displaying fake data. The Tour of Heroes `HeroesComponent` is currently getting and displaying fake data.

View File

@ -1,4 +1,4 @@
# Add in-app navigation (routing) # Add in-app navigation with routing
There are new requirements for the Tour of Heroes app: There are new requirements for the Tour of Heroes app: