UNPKG

906 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": ["jsdoc"]
5 },
6 "plugins": ["plugins/yamlGenerator"],
7 "templates": {
8 "logoFile": "",
9 "cleverLinks": false,
10 "monospaceLinks": true,
11 "dateFormat": "ddd MMM Do YYYY",
12 "outputSourceFiles": true,
13 "outputSourcePath": true,
14 "systemName": "Azure SDK for Node",
15 "footer": "",
16 "copyright": "Copyright (c) Microsoft and contributors. All rights reserved.",
17 "navType": "vertical",
18 "theme": "flatly",
19 "linenums": true,
20 "collapseSymbols": false,
21 "inverseNav": true,
22 "highlightTutorialCode": true,
23 "protocol": "html://",
24 "methodHeadingReturns": true,
25 "encoding": "utf8",
26 "private": true,
27 "recurse": true
28 },
29 "markdown": {
30 "parser": "gfm",
31 "hardwrap": true
32 },
33 "source": {
34 "excludePattern": "(node_modules/|docs)"
35 }
36}