Skip to content

Commit

Permalink
Add offline tutorial to the index, reorder tutorials.
Browse files Browse the repository at this point in the history
Closes #60.

Change-Id: I29ee5deefd92ce329a2feb74857aad45de3acb0f
  • Loading branch information
joeyparrish committed May 1, 2015
1 parent a93a5c6 commit be9e0df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/index.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[
{ "intro": { "title": "Intro to DASH Streams" } },
{ "player": { "title": "DASH Playback with the Shaka Player" } },
{ "windows": { "title": "Building on Windows" } },
{ "language": { "title": "Language Support" } },
{ "offline": { "title": "Offline Playback with the Shaka Player" } },
{ "live": { "title": "Live Streaming" } },
{ "language": { "title": "Language Support" } },
{ "dev": { "title": "Shaka Player Development" } },
{ "windows": { "title": "Building on Windows" } },
{ "polyfills": { "title": "Polyfills" } },
{ "caveats": { "title": "Content Restrictions" } }
]

0 comments on commit be9e0df

Please sign in to comment.