realm-js/docs/conf.json
Scott Kyle b63dfd1c04 API documentation
This includes the initial draft of API docs that are generated by JSDoc using a template that was greatly improved to best handle this content.
2016-02-12 16:57:13 -08:00

23 lines
432 B
JSON

{
"opts": {
"destination": "docs/output",
"readme": "README.md",
"recurse": true,
"template": "docs/jsdoc-template/template"
},
"source": {
"include": ["docs"],
"exclude": ["docs/jsdoc-template", "docs/output"]
},
"tags": {
"allowUnknownTags": false
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"default": {
"outputSourceFiles": false
}
}
}