forked from gameswithwords/gww
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.conf.json
41 lines (41 loc) · 1.03 KB
/
jsdoc.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"./",
"README.md"
],
"exclude": [
"node_modules",
"games-with-words-front-end",
"images",
"pushkin-api/node_modules",
"pushkin-cli/node_modules",
"pushkin-db/node_modules",
"pushkin-react"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"systemName": "pushkin",
"footer": "Created by The language learning lab at Boston College",
"copyright": "2017",
"navType": "vertical",
"theme": "spacelab",
"linenums": true,
"collapseSymbols": true,
"inverseNav": false
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./docs/",
"recurse": true
}
}