Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 76ec18f

Browse files
committed
chore: remove toh from nav until more chapters are up, fix bad image
1 parent f4d5d16 commit 76ec18f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

public/docs/ts/latest/guide/_data.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"gettingStarted": {
99
"title": "Getting Started"
1010
},
11-
"toh-pt1": {
12-
"title": "Tour of Heroes Begins"
13-
},
11+
1412
"displaying-data": {
1513
"title": "Displaying Data",
1614
"intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates and Angular automatically updates the UI as data changes."

public/docs/ts/latest/guide/gettingStarted.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,4 @@ include ../../../../_includes/_util-fns
450450
We're about to build a small application that demonstrates the great things
451451
we can build with Angular 2.
452452

453-
Join us next on the [Tour of Heroes].
453+
<!--TODO Join us next on the [Tour of Heroes]. -->
Loading

0 commit comments

Comments
 (0)