forked from apollographql/apollo-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.jazzy.yaml
47 lines (39 loc) · 913 Bytes
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Jazzy config
module: Apollo
author: Apollo GraphQL
author_url: https://github.com/apollographql
github_url: https://github.com/apollographql/apollo-ios
theme: fullwidth
readme: README.md
hide_documentation_coverage: true
skip_undocumented: true
exclude:
- Sources/JSONStandardTypeConversions.swift
- Sources/Utilities.swift
custom_categories:
- name: Core
children:
- ApolloClient
- GraphQLResult
- GraphQLError
- CachePolicy
- Cancellable
- GraphQLQueryWatcher
- name: Networking
children:
- NetworkTransport
- GraphQLResponse
- HTTPNetworkTransport
- GraphQLHTTPResponseError
- name: Store
children:
- ApolloStore
- RecordSet
- Record
- CacheKey
- CacheKeyForObject
- Reference
- name: Execution
children:
- GraphQLExecutor
- GraphQLMappable