mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
bfece76f10
This drops the v2.4 guide (no longer maintained), and adds a specific guide for v3 changes (which are minimal). Closes #3487 Change-Id: Id2e6d3ce92114ca5685787994cac7a5ed36a86e9
31 lines
1.5 KiB
JSON
31 lines
1.5 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" } },
|
|
{ "ui": { "title": "UI Library" } },
|
|
{ "ui-customization": { "title": "Configuring the UI" } },
|
|
{ "a11y": { "title": "Creating accessible buttons" } },
|
|
{ "ad_monetization": { "title": "Serving ads with our IMA SDK integration" } },
|
|
{ "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" } },
|
|
{ "fairplay": { "title": "FairPlay support" } },
|
|
{ "application-level-redirects": { "title": "Application-Level Redirects" } },
|
|
{ "faq": { "title": "Frequently Asked Questions" } },
|
|
{ "upgrade": {
|
|
"title": "Upgrade Guide",
|
|
"children": {
|
|
"upgrade-v2-5": { "title": "Upgrade Guide, v2.5 => v3" },
|
|
"upgrade-v3": { "title": "Upgrade Guide, v3" },
|
|
"upgrade-manifest": { "title": "Shaka Player Manifest Upgrade Guide" }
|
|
}
|
|
} }
|
|
]
|