-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.jazzy.yaml
More file actions
47 lines (47 loc) · 1.04 KB
/
.jazzy.yaml
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
github_url: https://github.com/indieSoftware/NavigationStack
author: Sven Korset
theme: fullwidth
title: NavigationStack
module: NavigationStack
clean: true
output: ./docs
readme: README.md
skip_undocumented: false
hide_documentation_coverage: false
min_acl: public
sdk: iphone
objc: false
swift_build_tool: xcodebuild
xcodebuild_arguments:
- build
- -workspace
- NavigationStack.xcworkspace
- -scheme
- NavigationStack
custom_categories:
- name: NavigationStack
children:
- NavigationAnimation
- NavigationModel
- NavigationStackModel
- NavigationStackView
- name: Transition Animations
children:
- AnyTransition
- name: View Lifecycle
children:
- NavigationViewLifecycleAction
- View
- name: ViewModifiers
children:
- BlurModifier
- BrightnessModifier
- ClipShapeModifier
- ContrastModifier
- HueRotationModifier
- SaturationModifier
- name: ClipShapeModifier Shapes
children:
- CircleShape
- RectangleShape
- StripesShape