2016-01-29 08:46:25 +00:00
|
|
|
{
|
|
|
|
"opts": {
|
|
|
|
"destination": "docs/output",
|
|
|
|
"readme": "README.md",
|
|
|
|
"recurse": true,
|
2017-07-11 11:33:38 +00:00
|
|
|
"template": "./jsdoc-template/template"
|
2016-01-29 08:46:25 +00:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"include": ["docs"],
|
2016-12-06 16:42:15 +00:00
|
|
|
"exclude": ["docs/jsdoc-template", "docs/output"]
|
2016-01-29 08:46:25 +00:00
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": false
|
|
|
|
},
|
|
|
|
"plugins": ["plugins/markdown"],
|
|
|
|
"templates": {
|
2017-03-22 11:54:35 +00:00
|
|
|
"applicationName": "Realm JavaScript",
|
2016-01-29 08:46:25 +00:00
|
|
|
"cleverLinks": true,
|
|
|
|
"default": {
|
2017-03-22 11:54:35 +00:00
|
|
|
"outputSourceFiles": false,
|
|
|
|
"staticFiles": {
|
|
|
|
"paths": ["docs/static"]
|
|
|
|
}
|
2016-01-29 08:46:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|