-
Notifications
You must be signed in to change notification settings - Fork 170
/
.esdoc.json
48 lines (46 loc) · 1.81 KB
/
.esdoc.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
42
43
44
45
46
47
48
{
"source": "./src",
"destination": "./build/docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": true},
"coverage": {"enable": false},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": false},
"brand": {
"title": "NGL Viewer",
"description": "WebGL molecular graphics",
"repository": "https://github.com/arose/ngl",
"site": "http://nglviewer.org",
"author": "https://twitter.com/asrmoin"
},
"manual": {
"globalIndex": false,
"asset": "./doc/images",
"index": "./doc/overview.md",
"files": [
"./doc/usage/coloring.md",
"./doc/usage/custom-geometries.md",
"./doc/usage/embedding.md",
"./doc/usage/file-formats.md",
"./doc/usage/interaction-controls.md",
"./doc/usage/molecular-representations.md",
"./doc/usage/scripting.md",
"./doc/usage/selection-language.md",
"./doc/usage/structure-data.md",
"./doc/usage/volume-representations.md",
"./doc/usage/snippets.md",
"./CHANGELOG.md"
]
}
}
},
{
"name": "./doc/plugins/header.js"
}
]
}