Files
shaka-player/docs/tutorials/index.json
T
Joey Parrish 2567d07576 Rewrite the debugging tutorial
This should be less awkward and artificial, and focuses more on the
debugging tools available than trying to solve a fictional problem.

Change-Id: Idc451115b777cea3ba84f68d489fe817f8bf0350
2016-09-26 11:06:19 -07:00

18 lines
842 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" } },
{ "architecture": { "title": "Architecture Diagrams" } },
{ "upgrade": { "title": "Shaka v2 Upgrade Guide" } }
]