forked from nhn/tui.date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtuidoc.config.json
43 lines (43 loc) · 1.09 KB
/
tuidoc.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
{
"header": {
"logo": {
"src": "https://uicdn.toast.com/toastui/img/tui-component-bi-white.png"
},
"title": {
"text": "Date Picker",
"linkUrl": "https://github.com/nhn/tui.date-picker"
}
},
"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/**",
"permalink": true
},
"examples": {
"filePath": "examples",
"titles": {
"example01-basic": "1. Basic",
"example02-inline-style": "2. Inline style",
"example03-selectable-ranges": "3. Having selectable ranges",
"example04-having-timepicker": "4. Having Timepicker",
"example05-picking-month": "5. Picking month",
"example06-picking-year": "6. Picking year",
"example07-calendar": "7. Calendar",
"example08-daterangepicker": "8. DateRangePicker",
"example09-changing-type": "9. Changing type"
}
},
"pathPrefix": "tui.date-picker"
}