tunnelkit/.jazzy.yaml

36 lines
747 B
YAML
Raw Normal View History

2018-08-23 08:19:25 +00:00
clean:
module: "TunnelKit"
author: "Davide De Rosa"
author_url: "https://github.com/keeshux/TunnelKit"
2018-08-23 08:19:25 +00:00
theme: fullwidth
xcodebuild_arguments:
- "-workspace"
- "TunnelKit.xcworkspace"
2018-08-23 08:19:25 +00:00
- "-scheme"
- "TunnelKit-iOS"
2018-08-23 08:19:25 +00:00
custom_categories:
- name: Core
children:
- IOInterface
- LinkInterface
- TunnelInterface
- PacketStream
2018-09-09 12:55:14 +00:00
- BidirectionalState
- StaticKey
2018-08-23 08:19:25 +00:00
- SessionProxy
- SessionProxyDelegate
- SessionReply
- IPv4Settings
- IPv6Settings
2018-08-23 08:19:25 +00:00
- SessionError
2018-11-10 10:24:23 +00:00
- SocketType
- EndpointProtocol
- ConfigurationParser
2018-08-23 08:19:25 +00:00
- name: AppExtension
children:
2018-08-30 10:44:06 +00:00
- CryptoContainer
- TunnelKitProvider