diff --git a/tutorials/index.json b/tutorials/index.json index 6924f36b7f..0db859cc86 100644 --- a/tutorials/index.json +++ b/tutorials/index.json @@ -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" } } ]