UNPKG

959 BJSONView Raw
1{
2 "opts": {
3 "template": "node_modules/ink-docstrap/template",
4 "encoding": "utf8",
5 "destination": "./docs/",
6 "recurse": true
7 },
8 "tags": {
9 "allowUnknownTags": true
10 },
11 "plugins": [
12 "plugins/markdown"
13 ],
14 "source": {
15 "include": [
16 "README.md",
17 "lib"
18 ],
19 "exclude": []
20 },
21 "templates": {
22 "cleverLinks": false,
23 "monospaceLinks": false,
24 "dateFormat": "ddd MMM Do YYYY",
25 "outputSourceFiles": true,
26 "outputSourcePath": true,
27 "systemName": "GMO Client Library for Node.js",
28 "footer": "",
29 "navType": "vertical",
30 "theme": "cosmo",
31 "linenums": true,
32 "collapseSymbols": false,
33 "inverseNav": true,
34 "highlightTutorialCode": false,
35 "protocol": "fred://"
36 },
37 "markdown": {
38 "parser": "gfm",
39 "hardwrap": true
40 }
41}
\No newline at end of file