Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@galli-leo
Created July 7, 2018 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galli-leo/b99bab69b1a282289e11d17bf7329a55 to your computer and use it in GitHub Desktop.
Save galli-leo/b99bab69b1a282289e11d17bf7329a55 to your computer and use it in GitHub Desktop.
A sample jazzy config file with nested categories.
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