mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
d8b3341720
Includes a YAML config file for our lab, and documentation on how to create a custom config for another Selenium grid. A workflow will run tests nightly in the Shaka lab, using a self-hosted runner with access to our private grid. The workflow can also be triggered manually by maintainers to test a PR in the lab. This will report status back to the PR.
27 lines
1.4 KiB
JSON
27 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" } },
|
|
{ "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" } },
|
|
{ "application-level-redirects": { "title": "Application-Level Redirects" } },
|
|
{ "blob-url": { "title": "Blob URL" } },
|
|
{ "selenium-grid-config": { "title": "Selenium Grid Config" } },
|
|
{ "faq": { "title": "Frequently Asked Questions" } },
|
|
{ "upgrade": { "title": "Upgrade Guide" } },
|
|
{ "upgrade-manifest": { "title": "ManifestParser Upgrade Guide" } }
|
|
]
|