forked from ReSwift/ReSwift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.json
65 lines (62 loc) · 1.57 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
56
57
58
59
60
61
62
63
64
65
{
"xcodebuild_arguments": ["-project", "ReSwift.xcodeproj", "-scheme", "ReSwift-macOS"],
"author": "ReSwift",
"author_url": "https://github.com/ReSwift/ReSwift",
"module": "ReSwift",
"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 ReSwift",
"Why ReSwift",
"Getting Started Guide",
"Installation",
"Checking out Source Code",
"Demo",
"Extensions",
"Example Projects",
"Contributing",
"Credits",
"Get in touch",
"Changelog",
"License"
]
}, {
"name": "Stores",
"children": [
"Store",
"StoreType",
"StoreSubscriber",
"AnyStoreSubscriber"
]
}, {
"name": "State",
"children": [
"StateType"
]
}, {
"name": "Actions",
"children": [
"Action",
"ReSwiftInit"
]
}, {
"name": "Reducers",
"children": [
"Reducer"
]
}, {
"name": "Utilities",
"children": [
"Coding"
]
}],
"string-replacements": {
"Docs/img": "img",
"https://reswift.github.io/ReSwift/master/getting-started-guide.html": "getting-started-guide.html",
"#contributing": "contributing.html"
}
}