-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.jazzy.yaml
44 lines (44 loc) · 892 Bytes
/
.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
github_url: https://github.com/StevenLambion/SwiftDux
documentation:
- Guides/*.md
custom_categories:
- name: "Documentation"
children:
- "Installation"
- "Getting Started"
- "Persisting State"
- name: State
children:
- StateType
- IdentifiableState
- OrderedState
- name: Actions
children:
- Action
- ActionPlan
- ActionDispatcher
- RunnableAction
- EmptyAction
- SendAction
- name: Store
children:
- Store
- StoreProxy
- StoreAction
- name: Reducer
children:
- Reducer
- CompositeReducer
- name: Middleware
children:
- Middleware
- CompositeMiddleware
- HandleActionMiddleware
- name: SwiftUI
children:
- View
- MappedState
- MappedDispatch
- ConnectableView
- ActionBinder
- ActionBinding