forked from olegkrivtsov/using-zend-framework-3-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenbook.json
46 lines (46 loc) · 1.51 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
{
"book_title": "Using Zend Framework 3",
"book_subtitle": "A free and open-source book about Zend Framework",
"copyright": "(c) 2018 by Oleg Krivtsov",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"book_website": "https://olegkrivtsov.github.io/using-zend-framework-3-book/html",
"keywords": [
"php",
"zend framework",
"book",
"tutorial",
"documentation",
"learn",
"free"
],
"links": {
"Home": "https://olegkrivtsov.github.io/using-zend-framework-3-book/html",
"Samples": "https://github.com/olegkrivtsov/using-zf3-book-samples",
"Class Reference": "https://olegkrivtsov.github.io/zf3-api-reference/html/",
"Contribute": "https://github.com/olegkrivtsov/using-zend-framework-3-book"
},
"languages": {
"en": "English",
"ru": "Русский",
"es": "Español"
},
"incomplete_translations": ["es"],
"google_analytics": {
"enabled": true,
"account_id": "UA-80824388-1"
},
"google_adsence": {
"enabled": true,
"contents_ad": "data/contents_ad.js",
"chapter_upper_ad": "data/upper_ad.js",
"chapter_bottom_ad": "data/bottom_ad.js"
},
"disqus": {
"enabled": true,
"src": "//using-zend-framework-3-book.disqus.com/embed.js"
},
"api_reference": {
"enabled": true,
"class_index_url": "https://olegkrivtsov.github.io/zf3-api-reference/html/class-index.json"
}
}