forked from elo80ka/django-dynamic-formset
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjsdocs.json
38 lines (37 loc) · 913 Bytes
/
jsdocs.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
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src/django-formset.js"],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"templates" : {
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Django-formset",
"footer": "",
"navType": "vertical",
"theme": "simplex",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"useLongnameInNav": false,
"default": {
}
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/ink-docstrap/template"
}
}