-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.jazzy.yaml
50 lines (49 loc) · 1.19 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
# `jazzy --help config`
output: docs
clean: false
author: Iridescent
author_url: https://iridescent.dev
module: InAppPurchaseLib
title: InAppPurchaseLib documentation
copyright: "Copyright © 2020 [Iridescent](https://iridescent.dev)."
documentation: Documentation/*/*.md
abstract: Documentation/*.md
github_url: https://github.com/iridescent-dev/iap-swift-lib
hide_documentation_coverage: false
custom_categories:
- name: "Getting Started"
children:
- "Requirements"
- "Installation"
- "Micro Example"
- name: "Usage"
children:
- "Initialization"
- "Displaying products"
- "Refreshing"
- "Purchasing"
- "Handling purchases"
- "Allowing purchases"
- "Restoring purchases"
- "Analytics"
- "Server integration"
- name: "API documentation"
children:
- InAppPurchase
- InAppPurchaseLib
- DefaultPurchaseDelegate
- IAPPurchaseDelegate
- IAPProduct
- IAPProductType
- SKProduct
- IAPPeriodFormat
- IAPPurchaseCallback
- IAPRefreshCallback
- IAPPurchaseResult
- IAPRefreshResult
- IAPPurchaseResultState
- IAPRefreshResultState
- IAPError
- IAPErrorCode
- IAPErrorProtocol
theme: apple