-
Notifications
You must be signed in to change notification settings - Fork 7
/
.jazzy.public.json
98 lines (94 loc) · 2.44 KB
/
.jazzy.public.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
94
95
96
97
98
{
"abstract": "docs/sections/*.md",
"documentation": "docs/guides/*.md",
"output": "docs/public/",
"clean": true,
"min_acl": "public",
"theme": "fullwidth",
"skip_undocumented": false,
"hide_documentation_coverage": false,
"custom_categories": [
{
"name": "Guides",
"children": [
"Getting Started",
"Appearance Customization",
"Responding to Selection Events",
"Custom Days Rendering",
"Tips"
]
},
{
"name": "Data Model",
"children": [
"CPCDateInterval",
"CPCDateIntervalInitializable",
"CPCCalendarUnitSymbol",
"CPCDay",
"CPCWeek",
"CPCMonth",
"CPCYear"
]
}, {
"name": "View Protocols",
"children": [
"CPCViewProtocol",
"CPCViewLayoutAttributes",
"CPCViewMeasuring",
"CPCFixedAspectRatioView"
]
}, {
"name": "Views",
"children": [
"CPCWeekView",
"CPCMonthView",
"CPCMultiMonthsView",
"CPCCalendarView"
]
}, {
"name": "View Controllers",
"children": [
"CPCCalendarViewController",
"CPCCalendarViewControllerSelectionDelegate"
]
}, {
"name": "Selection Management",
"children": [
"CPCViewSelection",
"CPCMonthViewSelectionDelegate",
"CPCMultiMonthsViewSelectionDelegate",
"CPCCalendarViewSelectionDelegate"
]
}, {
"name": "Views customization",
"children": [
"CPCViewTitleStyle",
"CPCDayCellState",
"CPCDayCellRenderingContext",
"CPCDayCellRenderer"
]
}
],
"exclude": [
"CrispyCalendar/Util/UnownedArray.swift",
"CrispyCalendar/Util/GridIndices.swift",
"CrispyCalendar/Model/CPCCalendarUnit.swift",
"CrispyCalendar/Model/CPCCalendarUnit_CalendarWrapper.swift",
"CrispyCalendar/Model/CPCCalendarUnitBacking.swift",
"CrispyCalendar/Model/CPCCompoundCalendarUnit.swift",
"CrispyCalendar/Model/CPCCalendarUnitSymbolImpl.swift",
"CrispyCalendar/View/CPCViewSelectionHandling.swift",
"CrispyCalendar/View/CPCCalendarView_Layout_Storage.swift",
"CrispyCalendar/View/CPCViewDelegatingSelectionHandler.swift"
],
"sdk": "iphonesimulator",
"swift_version": "4.2.1",
"module_version": "1.0.0",
"module": "CrispyCalendar",
"source_directory": ".",
"author": "Cleverpumpkin, Ltd.",
"author_url": "http://cleverpumpkin.ru",
"root_url": "https://cleverpumpkin.github.io/CrispyCalendarDocs/public/",
"github_url": "https://github.com/CleverPumpkin/CrispyCalendar",
"github_file_prefix": "https://github.com/CleverPumpkin/CrispyCalendar/tree/master/CrispyCalendar"
}