notebook/docs/jsdoc_config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
301 B
JSON
Raw Normal View History

2014-12-06 03:00:43 +08:00
{
2022-03-01 23:35:13 +08:00
"markdown": {
"parser": "gfm"
},
"plugins": ["plugins/markdown", "jsdoc_plugin.js"],
"source": {
"include": ["../notebook/static/notebook/js/notebook.js"]
},
"tags": {
"allowUnknownTags": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
2014-12-06 04:21:35 +08:00
}