-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jazzy.yaml
69 lines (62 loc) · 1.27 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
clean: true
author: E-sites
author_url: https://www.e-sites.nl
module: ProntoSDK
module_version: 2.3.0
output: documentation/
exclude:
- "Pods/**/*"
- "ProntoSDKTests/**/*"
- "ProntoSDKExample/**/*"
copyright: '© E-sites 2019'
theme: apple
sdk: iphone
min_acl: public
use_safe_filenames: true
custom_categories:
- name: Core
children:
- ProntoSDK
- ProntoError
- ProntoConfig
- ProntoPlugin
- ProntoAPIClient
- Text
- name: Push notifications
children:
- Segment
- Device
- PushNotification
- ProntoNotifications
- ProntoNotificationsDelegate
- WebviewController
- ProntoNotificationsError
- name: Authentication
children:
- User
- ProntoAuthentication
- name: Collections
children:
- ProntoCollectionMappable
- ProntoCollectionMapper
- ProntoCollectionMapValue
- Pagination
- ProntoFilterable
- PaginatedResult
- ProntoCollection
- ProntoCollectionError
- Coordinate
- TextURL
- SortOrder
- name: Update check
children:
- ProntoAppUpdateCheck
- AppVersion
- ProntoAppUpdateCheckDelegate
- name: Localization
children:
- ProntoLocalization
- name: Remote config
children:
- ProntoRemoteConfig
- RemoteConfigItem