-
Notifications
You must be signed in to change notification settings - Fork 79
/
.jazzy.yaml
49 lines (42 loc) · 1.36 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
# ---- About ----
module: RxReachability
module_version: 1.2.1
author: RxSwiftCommunity
author_url: https://community.rxswift.org
readme: README.md
copyright: '© 2021 This library belongs to RxSwiftCommunity. RxReachability is available under the MIT license. See the [LICENSE](https://github.com/RxSwiftCommunity/RxReachability/develop/LICENSE.md) file for more info.'
# ---- URLs ----
root_url: https://community.rxswift.org/RxReachability/
github_url: https://github.com/RxSwiftCommunity/RxReachability
github_file_prefix: https://github.com/RxSwiftCommunity/RxReachabilitytree/version/1.2.1/
dash_url: https://community.rxswift.org/RxReachability/docsets/RxReachability.xml
# ---- Sources ----
documentation: docs/reference/**/*.md
# abstract: documentation/_abstract/*.md
include: ./**/*.swift
framework_root: Sources/
source_directory: Sources/
podspec: RxReachability.podspec
# ---- Formatting ----
theme: apple #fullwidth
# ---- Generation ----
clean: true
output: docs/
min_acl: public
hide_documentation_coverage: false
# undocumented_text: ""
skip_undocumented: false
objc: false
# swift_version: 5.1
sdk: iphonesimulator
# ---- Unused ----
docset_icon: Assets/Logo.png
# ---- Custom Catagories sidebar ----
custom_categories:
- name: Observables
children:
- Reactive
- name: Observable Factories
children:
- Reachability
- ObservableType