Files
shaka-player/docs/tutorials/index.json
T
Sandra Lokshina 978e49789e Update upgrade guides with v2.2 changes.
Closes #930.

Change-Id: Ie31f6f1e90df6dd4a768f7a662d68e31d6014bea
2017-07-25 20:23:52 +00:00

24 lines
1.0 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" } },
{ "faq": { "title": "Frequently Asked Questions" } },
{ "upgrade": {
"title": "Upgrade Guide",
"children": {
"upgrade-v1": { "title": "Upgrade Guide, v1 => v2.1" },
"upgrade-v2-0": { "title": "Upgrade Guide, v2.0 => v2.1" },
"upgrade-v2-1": { "title": "Upgrade Guide, v2.1 => v2.2" }
}
} }
]