Skip to content

Commit 0c47142

Browse files
committed
Better jazzy config
1 parent 3a97dfc commit 0c47142

File tree

1 file changed

+34
-22
lines changed

1 file changed

+34
-22
lines changed

.jazzy.yaml

+34-22
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
# Jazzy config
2-
module_name: SMART
3-
author_name: SMART Health IT
2+
module: SMART
3+
author: SMART Health IT
44
author_url: http://www.smarthealthit.org
55

66
root_url: http://smart-on-fhir.github.io/Swift-SMART
77
github_url: https://github.com/smart-on-fhir/Swift-SMART
88

9-
theme_directory: fullwidth
9+
theme: fullwidth
1010
custom_categories:
1111
- name: Client
1212
children:
1313
- Client
1414
- SMARTAuthProperties
1515
- SMARTAuthGranularity
1616
- FHIRError
17-
- FHIRJSONError
18-
- FHIRJSONErrorType
17+
- FHIRJSON
18+
- FHIRErrorCallback
19+
- FHIRResourceErrorCallback
1920

2021
- name: Server Interaction
2122
children:
2223
- Server
2324
- FHIRServer
2425
- FHIROpenServer
26+
- FHIRMinimalServer
2527
- FHIRSearch
2628
- FHIROperation
2729
- FHIROperationContext
28-
- FHIRRequestType
29-
- FHIRServerRequestHandler
30-
- FHIRServerDataRequestHandler
31-
- FHIRServerJSONRequestHandler
30+
- FHIRRequestHandler
31+
- FHIRBaseRequestHandler
32+
- FHIRDataRequestHandler
33+
- FHIRJSONRequestHandler
3234
- FHIRServerResponse
3335
- FHIRServerDataResponse
3436
- FHIRServerJSONResponse
@@ -47,22 +49,32 @@ custom_categories:
4749
children:
4850
- OAuth2
4951
- OAuth2AuthConfig
52+
- OAuth2AuthRequest
53+
- OAuth2Authorizer
54+
- OAuth2Base
5055
- OAuth2ClientConfig
5156
- OAuth2ClientCredentials
52-
- OAuth2ImplicitGrant
5357
- OAuth2CodeGrant
54-
- OAuth2Request
58+
- OAuth2CodeGrantBasicAuth
59+
- OAuth2ContextStore
60+
- OAuth2CustomAuthorizer
61+
- OAuth2DataTaskRequestPerformer
62+
- OAuth2DebugLogger
63+
- OAuth2DebugURLSessionDelegate
64+
- OAuth2DynReg
5565
- OAuth2EndpointAuthMethod
56-
- OAuth2WebViewController
57-
- OAuth2Base
5866
- OAuth2Error
59-
60-
- name: Keychain
61-
children:
67+
- OAuth2Headers
68+
- OAuth2HTTPContentType
69+
- OAuth2HTTPMethod
70+
- OAuth2ImplicitGrant
71+
- OAuth2JSON
72+
- OAuth2LogLevel
73+
- OAuth2PasswordGrant
74+
- OAuth2Requestable
75+
- OAuth2Response
76+
- OAuth2RequestParams
77+
- OAuth2Securable
78+
- OAuth2StringDict
79+
- OAuth2WebViewController
6280
- Keychain
63-
- KeychainItem
64-
- KeychainService
65-
- KeychainQuery
66-
- BaseKey
67-
- GenericKey
68-
- ArchiveKey

0 commit comments

Comments
 (0)