Created
July 7, 2018 12:29
-
-
Save galli-leo/b99bab69b1a282289e11d17bf7329a55 to your computer and use it in GitHub Desktop.
A sample jazzy config file with nested categories.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module: Siesta | |
author: Bust Out Solutions | |
author_url: http://bustoutsolutions.com | |
github_url: https://github.com/bustoutsolutions/siesta | |
exclude: | |
- "**/*-ObjC.swift" | |
- "**/*Deprecations.swift" | |
- "Source/Siesta/Support/Siesta-ObjC.swift" # until Cocoadocs gets https://github.com/realm/jazzy/pull/640 | |
- "Source/SiestaUI/SiestaUI-ObjC.swift" # ditto | |
- "Source/Siesta/Support/Ω_Deprecations.swift" # ditto | |
copyright: '© 2018 [Bust Out Solutions](http://bustoutsolutions.com) under [open source license](https://github.com/bustoutsolutions/siesta/blob/master/LICENSE).' | |
swift_version: 4.1.2 | |
theme: fullwidth | |
custom_categories: | |
- name: Resources | |
children: | |
- Service | |
- Resource | |
- Entity | |
- Configuration | |
- ConfigurationPatternConvertible | |
- TypedContentAccessors | |
- name: Observing Resources | |
children: | |
- ResourceObserver | |
- ResourceObserverClosure | |
- ResourceEvent | |
- name: Requests | |
children: | |
- Request | |
- RequestMethod | |
- RequestState | |
- RequestError | |
- Response | |
- ResponseInfo | |
- name: Request Customization | |
children: | |
- RequestChainAction | |
- RequestDelegate | |
- RequestCompletionHandler | |
- name: Response Pipeline | |
children: | |
- Pipeline | |
- PipelineStage | |
- PipelineStageKey | |
- ResponseTransformer | |
- ResponseContentTransformer | |
- StandardTransformer | |
- JSONResponseTransformer(_:) | |
- TextResponseTransformer(_:) | |
- ImageResponseTransformer(_:) | |
- name: Logging | |
children: | |
- SiestaLog | |
- name: Caching | |
children: | |
- EntityCache | |
- name: UI Helpers | |
children: | |
- ResourceStatusOverlay | |
- RemoteImageView | |
- name: Network Layer | |
children: | |
- NetworkingProvider | |
- NetworkingProviderConvertible | |
- RequestNetworking | |
- RequestNetworkingCompletionCallback | |
- RequestTransferMetrics | |
- URLSessionProvider | |
- SessionTaskContainer | |
- AlamofireProvider |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment