mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
395cc1745e
Also changes the jsdoc template for tutorials with children, to give the tutorial content itself control over how the links to children are formatted. Also fixes annotations for the TextParser interface. Change-Id: I99502f38bf711b74a596ad804d8abdddee5d6f4d
22 lines
948 B
JSON
22 lines
948 B
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" } },
|
|
{ "upgrade": {
|
|
"title": "Upgrade Guide",
|
|
"children": {
|
|
"upgrade-v1": { "title": "Upgrade Guide, v1 => v2.1" },
|
|
"upgrade-v2-0": { "title": "Upgrade Guide, v2.0 => v2.1" }
|
|
}
|
|
} }
|
|
]
|