-
Notifications
You must be signed in to change notification settings - Fork 10
/
.jazzy.yaml
62 lines (55 loc) · 1.14 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
author: rami.io
author_url: http://pretix.eu
github_url: https://github.com/pretix
copyright: '© 2019 [rami.io](http://rami.io)'
module: pretixSCAN
module_version: 1.0a
theme: fullwidth
custom_categories:
- name: TicketValidator
children:
- TicketValidator
- OnlineTicketValidator
- OfflineTicketValidator
- name: ConfigStore
children:
- ConfigStore
- ConfigStoreValue
- InMemoryConfigStore
- DefaultsConfigStore
- name: Data Storage & Sync
children:
- DataStore
- InMemoryDataStore
- FMDBDataStore
- SyncManager
- APIClient
- name: Server Communication
children:
- PagedList
- DeviceInitializationResponseError
- DeviceInitializationRequest
- DeviceInitializationResponse
- QueuedRedemptionRequest
- name: Models
children:
- Model
- Event
- SubEvent
- CheckInList
- CheckIn
- OrderPosition
- Handshake
- RedemptionRequest
- RedemptionResponse
- Locale
- CheckInListStatus
- Item
- ItemAddon
- ItemBundle
- ItemCategory
- ItemVariation
- Order
- Identifier
- Money
- MultiLingualString