Files
shaka-player/tutorials/index.json
T
Joey Parrish 63f5a3a755 Sort tutorials.
Name all tutorials in one file.

Ensure that they are displayed in the same order as they are named
in the JSON file.

Change-Id: I013bcd987e564ea9f345dd80bd1497b55296713a
2015-04-16 15:13:51 -07:00

11 lines
426 B
JSON

[
{ "intro": { "title": "Intro to DASH Streams" } },
{ "player": { "title": "DASH Playback with the Shaka Player" } },
{ "windows": { "title": "Building on Windows" } },
{ "language": { "title": "Language Support" } },
{ "live": { "title": "Live Streaming" } },
{ "dev": { "title": "Shaka Player Development" } },
{ "polyfills": { "title": "Polyfills" } },
{ "caveats": { "title": "Content Restrictions" } }
]