forked from davetron5000/angular-rails-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 886 Bytes
/
config.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
{
"title": "AngularJS with Ruby on Rails",
"subtitle": "Zero to deployment in less than 10,000 words",
"author": "David Bryant Copeland",
"url": "http://angular-rails.com",
"license": {
"type": "by-nc-sa",
"typeDescription": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License"
},
"front_matter": [
"front.md",
"app_overview.md"
],
"main_matter": [
"bootstrap.md",
"find_and_browse.md",
"view_recipe.md",
"crud_recipe.md"
],
"back_matter": [
"back.md",
"about.md",
"contributing.md",
"colophon.md"
],
"rendering": {
"git_repos_basedir": "git_repos",
"stylesheets": "styles.css",
"languages": {
},
"syntax_theme": "solarized_light"
},
"typekit": {
"id": "hiq5jip"
},
"clicky": {
"id": 100722319
},
"favicon": true,
"apple-mobile-web": true
}