tuidoc.config.json
833 Bytes
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
{
"header": {
"logo": {
"src": "https://uicdn.toast.com/toastui/img/tui-image-editor-bi-white.png"
},
"title": {
"text": "repo",
"linkUrl": "https://github.com/nhn/tui.image-editor"
}
},
"footer": [
{
"title": "NHN",
"linkUrl": "https://github.com/nhn"
},
{
"title": "FE Development Lab",
"linkUrl": "https://github.com/nhn/fe.javascript"
}
],
"main": {
"filePath": "README.md"
},
"api": {
"filePath": "src/js/**",
"fileLink": true
},
"examples": {
"filePath": "examples",
"titles": {
"example01-includeUi": "1. Include ui",
"example02-useApiDirect": "2. Use api direct (basic)",
"example03-mobile": "3. Mobile"
},
"globalErrorLogVariable": "errorLogs"
},
"pathPrefix": "tui.image-editor"
}