realm-js/docs/conf.json
Yavor Georgiev e0facc77ff Fix jsdoc build (#1133)
Using a path relative to the `docs/conf.json` file seems to fix the `FATAL: Unable to load template: Cannot find module 'docs/jsdoc-template/template/publish'` issue.

See 0830c6e2f9.
2017-07-11 13:33:38 +02:00

27 lines
537 B
JSON

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