UNPKG

298 BJSONView Raw
1{
2 "docset" : {
3 "name": "Glad JS",
4 "enableJavascript": true,
5 "icon": ".assets/glad_docset.png"
6 },
7 "source": {
8 "exclude": [ "node_modules" ],
9 "includePattern": ".+\\.js(doc)?$"
10 },
11 "plugins": ["plugins/markdown"],
12 "opts": {
13 "template": "node_modules/latodoc"
14 }
15}