mirror of https://github.com/OpenVidu/openvidu.git
31 lines
811 B
JSON
31 lines
811 B
JSON
{
|
|
"name": "OpenVidu Components Angular Documentation",
|
|
"output": "./docs/openvidu-components-angular",
|
|
"hideGenerator": true,
|
|
"disableLifeCycleHooks": true,
|
|
"disableProtected": true,
|
|
"disableInternal": true,
|
|
"disablePrivate": true,
|
|
"disableCoverage": true,
|
|
"disableRoutesGraph": true,
|
|
"disableSourceCode": true,
|
|
"disableTemplateTab": true,
|
|
"disableDomTree": true,
|
|
"disableStyleTab": true,
|
|
"disableDependencies": true,
|
|
"theme": "gitbook",
|
|
"customFavicon": "./projects/openvidu-components-angular/doc/favicon.ico",
|
|
"extTheme": "./projects/openvidu-components-angular/doc/styles",
|
|
"navTabConfig": [
|
|
{
|
|
"id": "info",
|
|
"label": "Info"
|
|
},
|
|
{
|
|
"id": "readme",
|
|
"label": "Directives"
|
|
}
|
|
],
|
|
"tsconfig": "./projects/openvidu-components-angular/doc/tsconfig.doc.json"
|
|
}
|