-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
48 lines (44 loc) · 1.04 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
clean: true
author: Repository Standards Consortium
author_url: https://github.com/RepositoryStandards
github_url: https://github.com/RepositoryStandards/DepictionKit
root_url: https://repositorystandards.github.io/DepictionKit/
documentation: info/*.md
hide_documentation_coverage: true
theme: fullwidth
custom_categories:
- name: "Implementing DepictionKit"
children:
- DepictionContainer
- DepictionDelegate
- DepictionAction
- Theme
- name: "Making Depictions"
children:
- "Writing Your First Depiction"
- name: "Depiction Views"
children:
- Button
- HeadingView
- ImageView
- PackageBannerList
- PackageView
- Rating
- ScreenshotsView
- Separator
- Spacer
- TableView
- TextView
- VideoView
- name: "Depiction Objects"
children:
- Alignment
- Attachment
- ChangelogItem
- Color
- DepictionPackage
- Direction
- FontWeight
- Screenshot
- TableItem
- TableButton