mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
3f04554926
Change-Id: I203cffef9f73205a33b77a76aa85a2c5ad62451e
30 lines
1.4 KiB
JSON
30 lines
1.4 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-v1": { "title": "Upgrade Guide, v1 => v2" },
|
|
"upgrade-v2-0": { "title": "Upgrade Guide, v2.0 => v2.4" },
|
|
"upgrade-v2-1": { "title": "Upgrade Guide, v2.1 => v2.4" },
|
|
"upgrade-v2-2": { "title": "Upgrade Guide, v2.2 => v2.4" },
|
|
"upgrade-v2-3": { "title": "Upgrade Guide, v2.3 => v2.4" }
|
|
}
|
|
} }
|
|
]
|