mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
c8e80cb58d
- Update tutorial link in README - Fix python version in README - Move jsdoc conf to docs/ folder - Add API docs main page - Change style of inline code blocks - Don't repeat tutorial title in jsdoc template - (makes it easier to read tutorials on github as MD) - Add tutorials for: - Welcome to Shaka - Basic Usage - Debugging - Configuration - Networking and Buffering Configuration - DRM Configuration - License Server Authentication - Plugins - Tutorials still to come: - License Headers and Track Restrictions - Special Considerations for Live - v2 Upgrade Guide Change-Id: I16401c216cf4023d9097750ac7f6090c68bf3c9b
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"tags": {
|
|
/* This reverses the preferred order of tag dictionaries so that
|
|
* closure's version of tag interpretation is used over jsdoc's. */
|
|
"dictionaries": [ "closure", "jsdoc" ]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"lib",
|
|
"externs/shaka"
|
|
]
|
|
},
|
|
"opts": {
|
|
"private": true,
|
|
"recurse": true,
|
|
"tutorials": "docs/tutorials",
|
|
"destination": "docs/api"
|
|
}
|
|
}
|