Files
shaka-player/docs/tutorials/index.json
T
Sandra Lokshina 943dfa756b Add a tutorial on serving ads.
Issue #1169.

Change-Id: Ibc3a987278374fba3422880ed4060bbb844e3729
2020-04-16 22:38:10 +00:00

29 lines
1.3 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" } },
{ "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" }
}
} }
]