azure-sdk-for-node/jsdocs/jsdoc.conf.json

37 строки
901 B
JSON

{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"plugins": ["plugins/markdown"],
"templates": {
"logoFile": "",
"cleverLinks": false,
"monospaceLinks": true,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "Azure SDK for Node",
"footer": "",
"copyright": "Copyright (c) Microsoft and contributors. All rights reserved.",
"navType": "vertical",
"theme": "flatly",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://",
"methodHeadingReturns": true,
"encoding": "utf8",
"private": true,
"recurse": true
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"source": {
"excludePattern": "(node_modules/|docs)"
}
}