Skip to content

Commit 64fc38a

Browse files
committed
Updated jazzy docs
1 parent 0a8c295 commit 64fc38a

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.jazzy.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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

scripts/jazzy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git worktree add docs gh-pages
1010
rm -rf docs/*
1111

1212
# Generate documentation
13-
jazzy -x USE_SWIFT_RESPONSE_FILE=NO
13+
jazzy -x USE_SWIFT_RESPONSE_FILE=NO --module SwiftDux
1414
mkdir -p ./docs/Guides/Images
1515
cp ./Guides/Images/* ./docs/Guides/Images/
1616

0 commit comments

Comments
 (0)