forked from s2mr/Carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yml
65 lines (64 loc) · 1.41 KB
/
.jazzy.yml
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
# https://github.com/realm/jazzy
author: Ryo Aoyama
author_url: https://github.com/ra1028
github_url: https://github.com/ra1028/Carbon
module: Carbon
readme: README.md
output: docs
theme: fullwidth
clean: true
xcodebuild_arguments:
- -workspace
- Carbon.xcworkspace
- -scheme
- Carbon
custom_categories:
- name: Element
children:
- Component
- IdentifiableComponent
- AnyComponent
- Section
- Group
- name: ComponentWrapper
children:
- IdentifiedComponentWrapper
- ComponentWrapping
- name: Node
children:
- CellNode
- ViewNode
- name: Renderer
children:
- Renderer
- name: Adapter
children:
- Adapter
- UITableViewAdapter
- UICollectionViewAdapter
- UICollectionViewFlowLayoutAdapter
- name: Updater
children:
- Updater
- UITableViewUpdater
- UITableViewReloadDataUpdater
- UICollectionViewUpdater
- UICollectionViewReloadDataUpdater
- name: Interface
children:
- ComponentRenderable
- UITableViewComponentCell
- UITableViewComponentHeaderFooterView
- UICollectionViewComponentCell
- UICollectionComponentReusableView
- name: Builder
children:
- CellsBuilder
- SectionsBuilder
- CellsBuildable
- SectionsBuildable
- Optional
- name: Changeset
children:
- DataChangeset
- StagedDataChangeset