-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy path.jazzy.yaml
54 lines (54 loc) · 1.4 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
module: FramesIos
author: Checkout
author_url: https://www.checkout.com/
github_url: https://github.com/checkout/frames-ios
github_file_prefix: https://github.com/checkout/frames-ios/tree/master
output: docs
theme: fullwidth
clean: true
documentation: Documentation/**/*.md
exclude:
- Source/PhoneNumberKit/*.swift
custom_categories:
- name: Guides
children:
- Usage
- Customizing the Card View
- name: Walkthrough
children:
- iOS Example Frames
- name: Classes
children:
- AddressView
- AddressViewController
- CardListCell
- CardListCellName
- CardNumberInputView
- CardUtils
- CardView
- CardViewController
- CheckoutAPIClient
- CountrySelectionViewController
- CvvConfirmationViewController
- CvvInputView
- DetailsInputView
- ExpirationDateInputView
- ExpirationDatePicker
- PhoneNumberInputView
- SimpleLoadingViewController
- StandardInputView
- ThreedsWebViewController
- name: Delegates
children:
- AddressViewControllerDelegate
- CardNumberInputViewDelegate
- CardViewControllerDelegate
- CountrySelectionViewControllerDelegate
- CvvConfirmationViewControllerDelegate
- ExpirationDatePickerDelegate
- ThreedsWebViewControllerDelegate
- name: Enumerations
children:
- CardScheme
- Environment
- InputState