From 5748d29094deb7211c5a961a886b2c08fd67a55b Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 19 May 2019 12:11:26 +0200 Subject: [PATCH] Update jazzy categories --- .jazzy.yaml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 3995fec..bdc483a 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,7 +1,7 @@ clean: module: "TunnelKit" author: "Davide De Rosa" -author_url: "https://github.com/keeshux/TunnelKit" +author_url: "https://github.com/passepartoutvpn/tunnelkit" theme: fullwidth @@ -14,22 +14,25 @@ xcodebuild_arguments: custom_categories: - name: Core children: - - IOInterface - - LinkInterface - - TunnelInterface - BidirectionalState - - StaticKey - - SessionProxy - - SessionProxyDelegate - ConfigurationError - - SessionReply + - EndpointProtocol + - IOInterface - IPv4Settings - IPv6Settings - - SessionError + - LinkInterface + - Proxy + - TunnelInterface - SocketType - - EndpointProtocol + - name: OpenVPN + children: - ConfigurationParser + - CryptoContainer + - SessionError + - SessionProxy + - SessionProxyDelegate + - SessionReply + - StaticKey - name: AppExtension children: - - CryptoContainer - TunnelKitProvider