Files
shaka-player/docs/tutorials/index.json
T
Jacob Trimble d1bc3fdb71 Add manifest parser plugin tutorial.
Change-Id: I4e5b1d7ece7df8f006ca6261a74cd8eb38bfd037
2017-04-06 19:26:40 +00:00

20 lines
970 B
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" } },
{ "Coming Soon": { "children": [
{ "live": { "title": "Special Considerations for Live Streaming" } },
{ "offline": { "title": "Offline Storage and Playback" } }
] } },
{ "plugins": { "title": "Plugins and Customizing the Build" } },
{ "manifest-parser": { "title": "Manifest Parser Plugins" } },
{ "architecture": { "title": "Architecture Diagrams" } },
{ "service-worker": { "title": "Service Worker Caching" } },
{ "upgrade": { "title": "Shaka v2 Upgrade Guide" } }
]