mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-23 17:27:16 +03:00
04d3df3ae8
- Add prereqs section - Add architecture diagrams - Adjust doc margins - Change some wording and fix typos - Convert alert() to console.error() in basic usage tutorial - Expand prose in debugging tutorial - Add comments about asynchronous methods - Expand description of Closure base - Change some links to source rather than API docs - Clarify some vague language - Refactor some of the plugin text Modified jsdoc to add a new 'linksource' tag to link directly to the source code for an entity. Change-Id: I6b879050fc59917ce98954a4fabd8afca60af456
18 lines
888 B
JSON
18 lines
888 B
JSON
[
|
|
{ "welcome": { "title": "Welcome to Shaka Player" } },
|
|
{ "basic-usage": { "title": "Basic Usage" } },
|
|
{ "debugging": { "title": "Debugging the Uncompiled Library" } },
|
|
{ "config": { "title": "Configuration" } },
|
|
{ "network-and-buffering-config": { "title": "Network and Buffering Configuration" } },
|
|
{ "drm-config": { "title": "DRM Configuration" } },
|
|
{ "license-server-auth": { "title": "License Server Authentication" } },
|
|
{ "Coming Soon": { "children": [
|
|
{ "license-headers": { "title": "License Headers and Track Restrictions" } },
|
|
{ "live": { "title": "Special Considerations for Live Streaming" } },
|
|
{ "offline": { "title": "Offline Storage and Playback" } }
|
|
] } },
|
|
{ "plugins": { "title": "Plugins and Customizing the Build" } },
|
|
{ "architecture": { "title": "Architecture Diagrams" } },
|
|
{ "upgrade": { "title": "Shaka v2 Upgrade Guide" } }
|
|
]
|