mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"src/js/"
|
|
],
|
|
"includePattern": ".js$"
|
|
},
|
|
"opts": {
|
|
"destination": "docs/api",
|
|
"readme": "docs/index.md",
|
|
"template": "node_modules/clean-jsdoc-theme",
|
|
"package": "",
|
|
"recurse": true,
|
|
"encoding": "utf8",
|
|
"theme_opts": {
|
|
"homepageTitle": "Video.js API docs",
|
|
"menu": [
|
|
{
|
|
"title": "Video.js website",
|
|
"link": "https://videojs.com",
|
|
"class": "link-vjs"
|
|
},
|
|
{
|
|
"title": "v8.2.1 source",
|
|
"link": "https://github.com/videojs/video.js",
|
|
"class": "link-gh"
|
|
},
|
|
{
|
|
"title": "Twitter",
|
|
"link": "https://twitter.com/videojs",
|
|
"class": "link-tw"
|
|
}
|
|
],
|
|
"favicon": "https://videojs.com/favicon.ico",
|
|
"footer": "<span class='copyright'><a href='https://videojs.com'>Video.js</a> is a free and open source HTML5 video player. © <a href='https://brightcove.com' target='_blank'>Brightcove, Inc</a>. <a href='https://github.com/videojs/video.js/blob/master/LICENSE' class='button blue' target='_blank'>View license</a></span>",
|
|
"include_css": [
|
|
"./build/docs/styles/videojs.css"
|
|
],
|
|
"displayModuleHeader": true,
|
|
"meta": [
|
|
{
|
|
"name": "name",
|
|
"content": "Video.js API documentation"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"content": "Generated API documentation for the latest version of Video.js."
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"templates": {
|
|
"default": {
|
|
"staticFiles": {
|
|
"include": [
|
|
"build/docs/"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"plugins": [
|
|
"node_modules/jsdoc-tsimport-plugin/index.js",
|
|
"plugins/markdown",
|
|
"build/jsdoc-typeof-plugin"
|
|
],
|
|
"markdown": {
|
|
"tags": [
|
|
"example"
|
|
],
|
|
"idInHeadings": true
|
|
}
|
|
} |