Files
shaka-player/docs/tutorials/index.json
T
Aaron Vaage d85abe86da Offline Tutorial
This change include the offline tutorial to show users how to set up
storage and use offline playback.

Change-Id: I470bfc6761a433116a766d338ac2a87eee1bde28
2017-10-18 18:45:19 +00:00

25 lines
1.1 KiB
JSON

[
{ "welcome": { "title": "Welcome to Shaka Player" } },
{ "basic-usage": { "title": "Basic Usage" } },
{ "debugging": { "title": "Debugging" } },
{ "config": { "title": "Configuration" } },
{ "network-and-buffering-config": { "title": "Network and Buffering Configuration" } },
{ "drm-config": { "title": "DRM Configuration" } },
{ "license-server-auth": { "title": "License Server Authentication" } },
{ "license-wrapping": { "title": "License Wrapping" } },
{ "plugins": { "title": "Plugins and Customizing the Build" } },
{ "manifest-parser": { "title": "Manifest Parser Plugins" } },
{ "architecture": { "title": "Architecture Diagrams" } },
{ "service-worker": { "title": "Service Worker Caching" } },
{ "offline": { "title": "Offline Storage and Playback" } },
{ "faq": { "title": "Frequently Asked Questions" } },
{ "upgrade": {
"title": "Upgrade Guide",
"children": {
"upgrade-v1": { "title": "Upgrade Guide, v1 => v2" },
"upgrade-v2-0": { "title": "Upgrade Guide, v2.0 => v2.2" },
"upgrade-v2-1": { "title": "Upgrade Guide, v2.1 => v2.2" }
}
} }
]