-
Notifications
You must be signed in to change notification settings - Fork 22
/
.jazzy.json
55 lines (52 loc) · 1.55 KB
/
.jazzy.json
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
{
"xcodebuild_arguments": ["-project", "ReactiveReSwift.xcodeproj", "-scheme", "ReactiveReSwift-macOS"],
"swift_version": "3.0.1",
"author": "ReSwift",
"author_url": "https://github.com/ReSwift/ReactiveReSwift",
"module": "ReactiveReSwift",
"readme": "Docs/tmp/compile/README.md",
"theme": "Docs/jazzy-theme/",
"documentation": "Docs/tmp/docs/*.md",
"abstract": "Docs/tmp/api/*.md",
"custom_categories": [{
"name": "Documentation",
"children": [
"About ReactiveReSwift",
"Why ReactiveReSwift",
"Getting Started Guide",
"Installation",
"Reactive Extensions",
"Example Projects",
"Contributing",
"Credits",
"Get in touch",
"Changelog",
"License"
]
}, {
"name": "Core",
"children": [
"Store",
"StoreType",
"StateType",
"Action",
"Reducer",
"Middleware"
]
}, {
"name": "Reactive",
"children": [
"StreamType",
"ObservablePropertyType",
"SubscriptionReferenceType",
"ObservableProperty",
"ObservablePropertySubscriptionReference",
"SubscriptionReferenceBag"
]
}],
"string-replacements": {
"Docs/img": "img",
"http://reswift.github.io/ReactiveReSwift/master/getting-started-guide.html": "getting-started-guide.html",
"#contributing": "contributing.html"
}
}