forked from FrontendMasters/front-end-handbook-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
27 lines (27 loc) · 1.05 KB
/
book.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
{
"title": "Front-End Developer Handbook 2018",
"description": "Front-End Developer Handbook is a useful resource for understanding the entire scope of the front-end development practice.",
"structure": {
"readme": "myIntro.md"
},
"plugins": [
"scripts",
"canonical-link@git+https://github.com/FrontendMasters/gitbook-plugin-canonical-link",
"open-graph@git+https://github.com/FrontendMasters/gitbook-plugin-open-graph"
],
"pluginsConfig": {
"scripts": {
"files": [
"./gtm-analytics.js"
]
},
"canonical-link": {
"baseURL": "https://frontendmasters.com/books/front-end-handbook/2018"
},
"open-graph": {
"baseURL": "https://frontendmasters.com/books/front-end-handbook/2018",
"defaultDescription": "Front-end Developer Handbook is a useful resource for understanding the entire scope of the front-end development practice.",
"defaultImage": "images/open-graph-image.jpg"
}
}
}