This repository was archived by the owner on Jan 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsdoc.json
More file actions
43 lines (43 loc) · 1.28 KB
/
Copy pathjsdoc.json
File metadata and controls
43 lines (43 loc) · 1.28 KB
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
{
"source": {
"include": ["src/main.js", "src/addons/collision.js", "src/addons/print.js", "src/addons/vector.js"]
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"readme": "README.md",
"recurse": true,
"verbose": true,
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"search": false,
"default_theme": "dark",
"menu": [
{
"title": "GitHub",
"link": "https://github.com/thelegendski/ski.js",
"target": "_blank"
}
],
"meta": [
{
"name": "author",
"content": "thelegendski"
},
{
"name": "description",
"content": "crazy small, fast canvas library"
}
],
"base_url": "https://thelegendski.github.io/ski.js/docs/",
"favicon": "../logo.jpeg",
"homepageTitle": "ski.js",
"title": "ski.js"
}
},
"markdown": {
"hardwrap": false,
"idInHeading": true
}
}