This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
100 lines (100 loc) · 2.47 KB
/
jsdoc.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc", "closure"]
},
"source": {
"include": ["package.json", "README.md"],
"exclude": ["./src/docs"],
"excludePattern": "(node_modules|__tests__|__mocks__|^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"recurseDepth": 2,
"template": {
"title": "Xolentum Javascript RPC Library",
"shortTitle": "Xolentum RPC JS",
"links": [
{
"github": "https://github.com/xolentum/rpc-js",
"title": "View it on Github"
},
{
"npm": "https://www.npmjs.com/package/@xolentum/xolentum-rpc-js",
"title": "View it on NPM",
"size": 19
}
],
"scheme": "0",
"disableSort": false,
"font": {
"titleFont": "Lato",
"textFont": "Lato",
"codeFont": "Cousine"
}
},
"styleSwitcher": false, // Turn the style switcher preview box on and off
"colors": [ // Color schemes available in the style switchers interface
{
"text": {
"primary": "#BAB87E",
"contrast": "#8F8D61"
},
"background": {
"primary": "#282c34",
"contrast": "#1d2027"
}
},
{
"text": {
"primary": "#dcdcdc",
"contrast": "#5ebd3e"
},
"background": {
"primary": "#282c34",
"contrast": "#1d2027"
}
},
{
"text": {
"primary": "#dcdcdc",
"contrast": "#ffb900"
},
"background": {
"primary": "#282c34",
"contrast": "#1d2027"
}
},
{
"text": {
"primary": "#dcdcdc",
"contrast": "#e23838"
},
"background": {
"primary": "#282c34",
"contrast": "#1d2027"
}
},
{
"text": {
"primary": "#dcdcdc",
"contrast": "#009cdf"
},
"background": {
"primary": "#282c34",
"contrast": "#1d2027"
}
}
],
"fonts": { // Google fonts available in the style switcher interface
"text": "Alegreya+Sans|Alfa+Slab+One|Bangers|Bungee|Changa+One|Exo|Fira+Sans|Heebo|IBM+Plex+Sans|Lalezar|Lato|Open+Sans|Oswald|PT+Sans|Passion+One|Patua+One|Questrial|Raleway|Righteous|Roboto|Rubik|Source+Sans+Pro|Squada+One|Titillium+Web|Voces",
"code": "Cousine|Cutive+Mono|IBM+Plex+Mono|Inconsolata|Nanum+Gothic+Coding|Oxygen+Mono|PT+Mono|Share+Tech+Mono|Source+Code+Pro|Ubuntu+Mono|VT323"
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"template": "./node_modules/jsdoc-chameleon-template"
}
}