forked from ngageoint/geopackage-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.conf
38 lines (38 loc) · 1.42 KB
/
jsdoc.conf
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", "closure"]
},
"source": {
"include": ["index.js", "lib", "package.json", "README.md"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"referenceTitle": "GeoPackage JS",
"systemName": "GeoPackage JS",
"systemSummary": "NGA GeoPackage JavaScript library",
"systemColor": "#154e7d",
"systemLogo": "./docs/icon.png",
"favicon": "./docs/icon.png",
"footer":"<span class=\"site-footer-owner\"><a href=\"https://github.com/ngageoint/GeoPackage\">GeoPackage</a> is maintained by:</span><br><a href=\"https://github.com/ngageoint\"><img src=\"http://ngageoint.github.io/GeoPackage/images/NGA_Logo.png\" align=\"middle\" height=\"60\">National Geospatial-Intelligence Agency</a><a style=\"padding-left: 30px;\" href=\"http://www.bit-sys.com/\"><img src=\"http://ngageoint.github.io/GeoPackage/images/BITSystems_Logo.png\" align=\"middle\" height=\"40\"></a><br>",
"copyright":"",
"collapseSymbols": false,
"inlineNav": true,
"cleverLinks": true,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"encoding": "utf8",
"destination": "./docs/jsdoc/",
"recurse": true,
"private": true,
"template": "./node_modules/foodoc/template",
"tutorials": "./docs/tutorials"
}
}