UNPKG

443 BJSONView Raw
1{
2 "source": {
3 "include": [ "lib", "README.md" ]
4 },
5 "plugins": [ "plugins/markdown" ],
6 "markdown": {
7 "parser": "gfm"
8 },
9 "opts": {
10 "destination": "./docs/",
11 "template": "./node_modules/ink-docstrap/template"
12 },
13 "templates": {
14 "systemName": "control.async",
15 "theme": "cerulean",
16 "linenums": true,
17 "navType": "vertical",
18 "copyright": "© 2014 Quildreen Motta",
19 "default": {
20 "outputSourceFiles": true
21 }
22 }
23}