-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.config.json
93 lines (93 loc) · 2.23 KB
/
doc.config.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
{
"source": {
"include": [
"./lib",
"./README.md"
],
"exclude": [
"./node_modules"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"opts": {
"destination": "./docs/src",
"readme": "./README.md",
"recurse": true,
"verbose": true,
"tutorials": "./docs/tutorials",
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"static_dir": [
"./assets"
],
"base_url": "./",
"default_theme": "fallback-light",
"favicon": "assets/img/favicon.png",
"homepageTitle": "wlLive2d",
"title": "wlLive2d",
"meta": [
{
"name": "author",
"content": "wonder-light"
},
{
"name": "keywords",
"content": "wonder-light,wl-live2d,live2d,web,live2d component,cubism"
},
{
"name": "description",
"content": "wlLive2d 是一个运行在浏览器环境的 Live2D 看板组件,支持从 model2 与 model4 版本的 Live2D 模型,开箱即用且可定制化。 \n"
}
],
"menu": [
{
"title": "指南",
"link": "./tutorial-quick-start.html",
"id": "tutorial-quick-start"
},
{
"title": "选项",
"link": "./DLive2dOptions.html",
"id": "tutorial-options"
},
{
"title": "模型资源",
"link": "./tutorial-model-assets.html",
"id": "model-assets"
},
{
"title": "更新日志",
"link": "./tutorial-update-log.html",
"id": "update-log"
}
],
"search": true,
"codepen": {
"enable_for": [
"examples"
],
"options": {
"js_external": "https://code.jquery.com/jquery-3.6.0.min.js",
"js_pre_processor": "babel"
}
},
"exclude_inherited": false,
"displayModuleHeader": false,
"add_style_path": [
{
"rel": "stylesheet",
"href": "assets/css/index.css"
}
]
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}