Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ custom_categories:
- name: Signal
children:
- Event
- EventProtocol
- Observer
- ObserverProtocol
- Signal
- SignalProtocol
- FlattenStrategy
Expand All @@ -26,23 +24,24 @@ custom_categories:
- PropertyProtocol
- MutableProperty
- MutablePropertyProtocol
- ValidatingProperty
- name: Action
children:
- Action
- ActionError
- ActionProtocol
- name: Bindings
children:
- BindingSourceProtocol
- BindingSource
- BindingTarget
- BindingTargetProtocol
- BindingTargetProvider
- <~(_:_:)
- name: Schedulers
- name: Scheduler Protocols
children:
- DateSchedulerProtocol
- DateScheduler
- Scheduler
- name: Schedulers
- ImmediateScheduler
- QueueScheduler
- SchedulerProtocol
- TestScheduler
- UIScheduler
- name: Reactive Extensions
Expand All @@ -62,17 +61,22 @@ custom_categories:
- SerialDisposable
- SimpleDisposable
- +=(_:_:)
- name: Debugging
- EventLogger
- LoggingEvent
- name: Utilities
children:
- Atomic
- AtomicProtocol
- Bag
- BagIterator
- RemovalToken
- EventLogger
- LoggingEvent
- Optional
- OptionalProtocol
- name: Deprecated
- AtomicProtocol
- ActionProtocol
- BindingTargetProtocol
- ObserverProtocol
theme: fullwidth
skip_undocumented: true
readme: README.md
Expand Down