forked from olegkrivtsov/using-zend-framework-3-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openbook.json
52 lines (52 loc) · 1.96 KB
/
openbook.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
{
"book_title": "Using Laminas Framework",
"book_subtitle": "A free and open-source book on Laminas for beginners",
"copyright": "2019 by Oleg Krivtsov",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"book_website": "https://olegkrivtsov.github.io/using-laminas-framework-book/html",
"keywords": [
"Laminas framework",
"book",
"beginner",
"free"
],
"links": {
"Home": "https://olegkrivtsov.github.io/using-laminas-framework-book/html",
"Samples": "https://github.com/olegkrivtsov/using-laminas-book-samples",
"Class Reference": "https://olegkrivtsov.github.io/laminas-api-reference/html/",
"Contribute": "https://github.com/olegkrivtsov/using-laminas-framework-book"
},
"footer_links": {
"Terms & Conditions": "https://olegkrivtsov.github.io/using-laminas-framework-book/legal/terms-and-conditions.html",
"Copyright Policy": "https://olegkrivtsov.github.io/using-laminas-framework-book/legal/copyright-policy.html",
"Privacy Policy": "https://olegkrivtsov.github.io/using-laminas-framework-book/legal/privacy-policy.html"
},
"languages": {
"en": "English",
"ru": "Русский",
"es": "Español",
"fr": "Français",
"pt-br": "Português"
},
"incomplete_translations": ["es", "fr", "pt-br"],
"theme" : "default",
"google_analytics": {
"enabled": true,
"account_id": "UA-80824388-1"
},
"google_adsence": {
"enabled": true,
"contents_ad": "",
"chapter_upper_ad": "data/upper_ad.js",
"chapter_bottom_ad": "data/bottom_ad.js"
},
"disqus": {
"enabled": true,
"src": "//using-laminas-framework-book.disqus.com/embed.js"
},
"api_reference": {
"enabled": true,
"class_index_url": "https://olegkrivtsov.github.io/laminas-api-reference/html/class-index.json"
},
"chapter_js_scripts" : []
}