-
Notifications
You must be signed in to change notification settings - Fork 573
/
book.json
27 lines (27 loc) · 942 Bytes
/
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",
"open-graph"
],
"pluginsConfig": {
"scripts": {
"files": [
"./gtm-analytics.js"
]
},
"canonical-link": {
"baseURL": "https://frontendmasters.com/guides/front-end-handbook/2018"
},
"open-graph": {
"baseURL": "https://frontendmasters.com/guides/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"
}
}
}