1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Add a bit of docs

This commit is contained in:
Denis Demchenko
2018-07-05 22:44:43 +03:00
parent 15b431562b
commit 1f572ed8f4
19 changed files with 5804 additions and 19 deletions

24
jsdoc.json Normal file
View File

@@ -0,0 +1,24 @@
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": "src",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}