mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
94fd088199
This also drops the oldest upgrade guides for v1 - v2.2, because they were far too difficult to maintain. Change-Id: I9552891376d34f48e6424e862bd980f8ecc274c7
27 lines
1.2 KiB
JSON
27 lines
1.2 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" } },
|
|
{ "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" } },
|
|
{ "faq": { "title": "Frequently Asked Questions" } },
|
|
{ "upgrade": {
|
|
"title": "Upgrade Guide",
|
|
"children": {
|
|
"upgrade-v2-3": { "title": "Upgrade Guide, v2.3 => v2.5" },
|
|
"upgrade-v2-4": { "title": "Upgrade Guide, v2.4 => v2.5" }
|
|
}
|
|
} }
|
|
]
|