docs(aio): Add numbers and steps to Tutorial navigation (#16421)

This commit is contained in:
Ward Bell 2017-04-30 09:06:36 -07:00 committed by Miško Hevery
parent 065b76d14c
commit f74dafcb07
1 changed files with 14 additions and 14 deletions

View File

@ -49,38 +49,38 @@
"children": [ "children": [
{ {
"url": "tutorial", "url": "tutorial",
"title": "Introduction", "title": "1. Introduction",
"tooltip": "Introduction to the Tour of Heroes tutorial" "tooltip": "Part 1: Introduction to the Tour of Heroes tutorial"
}, },
{ {
"url": "tutorial/toh-pt1", "url": "tutorial/toh-pt1",
"title": "The Hero Editor", "title": "2. The Hero Editor",
"tooltip": "Build a simple hero editor" "tooltip": "Part 2: Build a simple hero editor"
}, },
{ {
"url": "tutorial/toh-pt2", "url": "tutorial/toh-pt2",
"title": "Master/Detail", "title": "3. Master/Detail",
"tooltip": "Build a master/detail page with a list of heroes." "tooltip": "Part 3: Build a master/detail page with a list of heroes."
}, },
{ {
"url": "tutorial/toh-pt3", "url": "tutorial/toh-pt3",
"title": "Multiple Components", "title": "4. Multiple Components",
"tooltip": "Refactor the master/detail view into separate components." "tooltip": "Part 4: Refactor the master/detail view into separate components."
}, },
{ {
"url": "tutorial/toh-pt4", "url": "tutorial/toh-pt4",
"title": "Services", "title": "5. Services",
"tooltip": "Create a reusable service to manage hero data." "tooltip": "Part 5: Create a reusable service to manage hero data."
}, },
{ {
"url": "tutorial/toh-pt5", "url": "tutorial/toh-pt5",
"title": "Routing", "title": "6. Routing",
"tooltip": "Add the Angular router and navigate among the views." "tooltip": "Part 6: Add the Angular router and navigate among the views."
}, },
{ {
"url": "tutorial/toh-pt6", "url": "tutorial/toh-pt6",
"title": "HTTP", "title": "7. HTTP",
"tooltip": "Use HTTP to retrieve and save hero data." "tooltip": "Part 7: Use HTTP to retrieve and save hero data."
} }
] ]
}, },