Skip to content

Commit 997fb12

Browse files
committed
Update the Jazzy configuration file. [skip ci]
1 parent b7c6ae4 commit 997fb12

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.jazzy.yaml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ custom_categories:
88
- name: Signal
99
children:
1010
- Event
11-
- EventProtocol
1211
- Observer
13-
- ObserverProtocol
1412
- Signal
1513
- SignalProtocol
1614
- FlattenStrategy
@@ -26,23 +24,24 @@ custom_categories:
2624
- PropertyProtocol
2725
- MutableProperty
2826
- MutablePropertyProtocol
27+
- ValidatingProperty
2928
- name: Action
3029
children:
3130
- Action
3231
- ActionError
33-
- ActionProtocol
3432
- name: Bindings
3533
children:
36-
- BindingSourceProtocol
34+
- BindingSource
3735
- BindingTarget
38-
- BindingTargetProtocol
36+
- BindingTargetProvider
3937
- <~(_:_:)
40-
- name: Schedulers
38+
- name: Scheduler Protocols
4139
children:
42-
- DateSchedulerProtocol
40+
- DateScheduler
41+
- Scheduler
42+
- name: Schedulers
4343
- ImmediateScheduler
4444
- QueueScheduler
45-
- SchedulerProtocol
4645
- TestScheduler
4746
- UIScheduler
4847
- name: Reactive Extensions
@@ -62,17 +61,22 @@ custom_categories:
6261
- SerialDisposable
6362
- SimpleDisposable
6463
- +=(_:_:)
64+
- name: Debugging
65+
- EventLogger
66+
- LoggingEvent
6567
- name: Utilities
6668
children:
6769
- Atomic
68-
- AtomicProtocol
6970
- Bag
7071
- BagIterator
7172
- RemovalToken
72-
- EventLogger
73-
- LoggingEvent
7473
- Optional
7574
- OptionalProtocol
75+
- name: Deprecated
76+
- AtomicProtocol
77+
- ActionProtocol
78+
- BindingTargetProtocol
79+
- ObserverProtocol
7680
theme: fullwidth
7781
skip_undocumented: true
7882
readme: README.md

0 commit comments

Comments
 (0)