mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 05:52:24 +00:00
e0facc77ff
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
.
27 lines
537 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|