forked from idiel/ReSwift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jazzy.json
71 lines (68 loc) · 1.79 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
66
67
68
69
70
71
{
"xcodebuild_arguments": ["-project", "ReSwift.xcodeproj", "-scheme", "ReSwift-OSX"],
"swift_version": "2.1.1",
"author_name": "ReSwift",
"author_url": "https://github.com/ReSwift/ReSwift",
"module_name": "ReSwift",
"readme_path": "Docs/tmp/compile/README.md",
"docset_platform": "reswift",
"assets_directory": "Docs/jazzy-theme/assets",
"template_directory": "Docs/jazzy-theme/templates",
"documentation_glob": "Docs/tmp/docs/*.md",
"abstract_glob": "Docs/tmp/api/*.md",
"custom_categories": [{
"name": "Documentation",
"children": [
"About ReSwift",
"Why ReSwift",
"Getting Started Guide",
"Installation",
"Testing",
"Demo",
"Extensions",
"Example Projects",
"Contributing",
"Changelog",
"Credits",
"Get in touch",
"License"
]
}, {
"name": "Stores",
"children": [
"Store",
"StoreType",
"StoreSubscriber",
"AnyStoreSubscriber"
]
}, {
"name": "State",
"children": [
"StateType"
]
}, {
"name": "Actions",
"children": [
"Action",
"StandardAction",
"StandardActionConvertible",
"ReSwiftInit"
]
}, {
"name": "Reducers",
"children": [
"Reducer",
"AnyReducer",
"CombinedReducer"
]
}, {
"name": "Utilities",
"children": [
"Coding"
]
}],
"string-replacements": {
"Docs/img": "img",
"http://reswift.github.io/ReSwift/master/getting-started-guide.html": "getting-started-guide.html"
}
}