File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ custom_categories:
66 children :
77 - " Installation"
88 - " Getting Started"
9- - " Composing Reducers"
10- - " SwiftUI List Support"
119 - " Persisting State"
1210 - name : State
1311 children :
@@ -19,17 +17,23 @@ custom_categories:
1917 - Action
2018 - ActionPlan
2119 - ActionDispatcher
22- - ActionSubscriber
2320 - RunnableAction
2421 - EmptyAction
2522 - SendAction
2623 - name : Store
2724 children :
2825 - Store
29- - Reducer
3026 - StoreProxy
31- - CombinedReducer
3227 - StoreAction
28+ - name : Reducer
29+ children :
30+ - Reducer
31+ - CompositeReducer
32+ - name : Middleware
33+ children :
34+ - Middleware
35+ - CompositeMiddleware
36+ - HandleActionMiddleware
3337 - name : SwiftUI
3438 children :
3539 - View
@@ -38,8 +42,3 @@ custom_categories:
3842 - ConnectableView
3943 - ActionBinder
4044 - ActionBinding
41- - name : Middleware
42- children :
43- - Middleware
44- - CombinedMiddleware
45- - HandleActionMiddleware
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ git worktree add docs gh-pages
1010rm -rf docs/*
1111
1212# Generate documentation
13- jazzy -x USE_SWIFT_RESPONSE_FILE=NO
13+ jazzy -x USE_SWIFT_RESPONSE_FILE=NO --module SwiftDux
1414mkdir -p ./docs/Guides/Images
1515cp ./Guides/Images/* ./docs/Guides/Images/
1616
You can’t perform that action at this time.
0 commit comments