-
-
Notifications
You must be signed in to change notification settings - Fork 238
/
.jazzy.yaml
71 lines (60 loc) · 1.46 KB
/
.jazzy.yaml
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
xcodebuild_arguments: ["-workspace", "Tabman.xcworkspace", "-scheme", "Tabman"]
module: Tabman
clean: true
author: UI At Six
author_url: https://github.com/uias
github_url: https://github.com/uias/Tabman
# podspec: Tabman.podspec
skip_undocumented: true
readme: Docs/tmp/compile/README.md
abstract: Docs/tmp/sections/*.md
documentation: Docs/tmp/docs/*md
theme: Docs/jazzy-theme/
copyright: '© 2019 [UI At Six](https://github.com/uias) under [open source license](https://github.com/uias/Tabman/blob/main/LICENSE).'
# swift_version: 4.2
custom_categories:
- name: Documentation
children:
- Adding a Bar
- Going Custom
- Example Projects
- Contributing
- Changelog
- Troubleshooting
- Tabman 2 Migration Guide
- name: View Controller
children:
- TabmanViewController
- name: Bar
children:
- TMBar
- TMBarView
- TMBarItemable
- TMBarItem
- TMBarDataSource
- TMBarDelegate
- TMSystemBar
- TMHidingBar
- name: Layout
children:
- TMBarLayout
- TMHorizontalBarLayout
- TMConstrainedHorizontalBarLayout
- name: Buttons
children:
- TMBarButton
- TMBarButtonCollection
- TMLabelBarButton
- TMTabItemBarButton
- TMBadgeView
- name: Indicator
children:
- TMBarIndicator
- TMLineBarIndicator
- TMBlockBarIndicator
- TMChevronBarIndicator
- TMDotBarIndicator
- name: Animation
children:
- TMAnimation
- TMTransitionStyle