-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjsdoc.json
67 lines (67 loc) · 1.97 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
{
"source": {
"include": [
"./src/"
]
},
"opts": {
"template": "./better-docs",
"encoding": "utf8",
"destination": "./docs/",
"recurse": true,
"tutorials": "./dist/vignettes",
"readme": "./README.md",
"debug": true,
"package": "./package.json"
},
"tags": {
"allowUnknownTags": ["category"]
},
"plugins": [
"plugins/markdown",
"better-docs/category"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"search": true,
"default": {
"staticFiles": {
"include": [
"./dist/vignettes",
"./docs/static/"
]
}
},
"better-docs": {
"name": "FunkyHeatmap.js",
"logo": "https://raw.githubusercontent.com/funkyheatmap/logo/refs/heads/main/src/funkyheatmap_edited.svg",
"title": "FunkyHeatmap.js",
"css": "static/main.css",
"head": "<script src='static/main.js'></script>",
"hideGenerator": true,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/funkyheatmap/funkyheatmapjs"
},
{
"label": "Changelog",
"href": "https://github.com/funkyheatmap/funkyheatmapjs/blob/main/CHANGELOG.md"
},
{
"label": "NPM package",
"href": "https://www.npmjs.com/package/funkyheatmapjs"
},
{
"label": "R version",
"href": "https://funkyheatmap.github.io/funkyheatmap"
},
{
"label": "Python version",
"href": "https://funkyheatmap.github.io/funkyheatmappy"
}
]
}
}
}