-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.json
37 lines (34 loc) · 921 Bytes
/
.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
{
"xcodebuild_arguments": ["-project", "BiftVector.xcodeproj", "-scheme", "BiftVector-macOS"],
"swift_version": "3.0.2",
"author": "BiftVector",
"author_url": "https://github.com/idcrook/BiftVector",
"module": "BiftVector",
"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": [
"Goals And Features",
"Getting Started Guide",
"Installation",
"Examples",
"Contributing",
"Development",
"Credits",
"License"
]
}, {
"name": "Main",
"children": [
"BiftVector"
]
}],
"string-replacements": {
"docs/img": "img",
"http://idcrook.github.io/BiftVector/master/getting-started-guide.html": "getting-started-guide.html",
"#contributing": "contributing.html"
}
}