just the basic repo stuff

This commit is contained in:
deltreey
2015-07-16 01:14:46 -04:00
commit f389e84fd9
7 changed files with 183 additions and 0 deletions

27
jsdoc.conf.json Normal file
View File

@@ -0,0 +1,27 @@
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "wildstring",
"footer": "",
"copyright": "DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.",
"navType": "vertical",
"theme": "cosmo",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}