mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
c29fdf401b
Also fixes docs export on some of our external structures. Change-Id: Ia31f2ad46c6f07845c289c6ca2f206a6fd6cf341
17 lines
828 B
JSON
17 lines
828 B
JSON
[
|
|
{ "welcome": { "title": "Welcome to Shaka Player" } },
|
|
{ "basic-usage": { "title": "Basic Usage" } },
|
|
{ "debugging": { "title": "Debugging the Uncompiled Library" } },
|
|
{ "config": { "title": "Configuration" } },
|
|
{ "network-and-buffering-config": { "title": "Network and Buffering Configuration" } },
|
|
{ "drm-config": { "title": "DRM Configuration" } },
|
|
{ "license-server-auth": { "title": "License Server Authentication" } },
|
|
{ "Coming Soon": { "children": [
|
|
{ "license-headers": { "title": "License Headers and Track Restrictions" } },
|
|
{ "live": { "title": "Special Considerations for Live Streaming" } },
|
|
{ "offline": { "title": "Offline Storage and Playback" } }
|
|
] } },
|
|
{ "plugins": { "title": "Plugins and Customizing the Build" } },
|
|
{ "upgrade": { "title": "Shaka v2 Upgrade Guide" } }
|
|
]
|