nflow
Version:
event/data/control flow
76 lines (74 loc) • 1.66 kB
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src", "src/README.md"],
"includePattern": ".+\\.(js|jsx)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown",
"./src-docs/plugin/codepen",
"./src-docs/plugin/live-example"
],
"markdown": {
"parser": "gfm",
"hardwrap": true,
"excludeTags": ["liveexample"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"useLongnameInNav": true,
"applicationName": "nflow",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "nflow Documentation",
"type": "website",
"image": "logo.svg",
"site_name": "nflow API Docs",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums": true,
"default":{
"outputSourceFiles" : true,
"cssFiles":{
"include":["styles.css"],
"_exclude":[
"styles/prettify-tomorrow.css",
"styles/jsdoc-default.css"
]
},
"jsFiles":{
"_include":["foo.js"],
"_exclude":["scripts/prettify/lang-css.js"]
},
"templateFiles":{
"example":"src-docs/tmpl/example.tmpl"
},
"staticFiles":{
"include": [
"./src-docs/assets"
]
},
"i18nFile": "src-docs/tmpl/i18n.json"
}
},
"opts": {
"_template": "./node_modules/minami",
"template": "../minami",
"encoding": "utf8",
"destination": "./docs/",
"private": true,
"recurse": true,
"tutorials": "./src-docs/tutorials"
}
}