Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Apr 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 14 additions & 14 deletions aio/content/navigation.json
Expand Up @@ -50,38 +50,38 @@
"children": [
{
"url": "tutorial",
"title": "Introduction",
"tooltip": "Introduction to the Tour of Heroes tutorial"
"title": "1. Introduction",
"tooltip": "Part 1: Introduction to the Tour of Heroes tutorial"
},
{
"url": "tutorial/toh-pt1",
"title": "The Hero Editor",
"tooltip": "Build a simple hero editor"
"title": "2. The Hero Editor",
"tooltip": "Part 2: Build a simple hero editor"
},
{
"url": "tutorial/toh-pt2",
"title": "Master/Detail",
"tooltip": "Build a master/detail page with a list of heroes."
"title": "3. Master/Detail",
"tooltip": "Part 3: Build a master/detail page with a list of heroes."
},
{
"url": "tutorial/toh-pt3",
"title": "Multiple Components",
"tooltip": "Refactor the master/detail view into separate components."
"title": "4. Multiple Components",
"tooltip": "Part 4: Refactor the master/detail view into separate components."
},
{
"url": "tutorial/toh-pt4",
"title": "Services",
"tooltip": "Create a reusable service to manage hero data."
"title": "5. Services",
"tooltip": "Part 5: Create a reusable service to manage hero data."
},
{
"url": "tutorial/toh-pt5",
"title": "Routing",
"tooltip": "Add the Angular router and navigate among the views."
"title": "6. Routing",
"tooltip": "Part 6: Add the Angular router and navigate among the views."
},
{
"url": "tutorial/toh-pt6",
"title": "HTTP",
"tooltip": "Use HTTP to retrieve and save hero data."
"title": "7. HTTP",
"tooltip": "Part 7: Use HTTP to retrieve and save hero data."
}
]
},
Expand Down