-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtuidoc.config.json
More file actions
39 lines (39 loc) · 884 Bytes
/
tuidoc.config.json
File metadata and controls
39 lines (39 loc) · 884 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
39
{
"header": {
"logo": {
"src": "https://uicdn.toast.com/toastui/img/tui-component-bi-white.png"
},
"title": {
"text": "Time Picker",
"linkUrl": "https://github.com/nhn/tui.time-picker"
}
},
"footer": [
{
"title": "NHN Cloud",
"linkUrl": "https://github.com/nhn"
},
{
"title": "FE Development Lab",
"linkUrl": "https://ui.toast.com/"
}
],
"main": {
"filePath": "README.md"
},
"api": {
"filePath": "src/js/**",
"permalink": true
},
"examples": {
"filePath": "examples",
"titles": {
"example01-basic": "1. Basic",
"example02-using-meridiem": "2. Using meridiem",
"example03-using-step": "3. Using step",
"example04-i18n": "4. Internationalization (i18n)",
"example05-using-range": "5. Using range"
}
},
"pathPrefix": "tui.time-picker"
}