-
Notifications
You must be signed in to change notification settings - Fork 6
/
book.json
37 lines (37 loc) · 936 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
28
29
30
31
32
33
34
35
36
37
{
"title": "Android JS",
"author": "Pankaj Devesh <[email protected]>",
"root": "./md",
"plugins": [ "variables", "related-links", "meta"],
"pluginsConfig": {
"meta": {
"data": [
{
"name": "description",
"content": "Android JS",
"extra": ""
},
{
"property": "og:title",
"content": "Android JS Docs"
},
{
"property": "og:description",
"content": "Android JS a framework for android app development througn Node JS"
},
{
"property": "og:image",
"content": "https://miro.medium.com/max/400/1*M3Sw2OSCIokYM1pkyPOWOQ.png"
},{
"property": "og:url",
"content": "/"
}
]
},
"variables": {
"files": {
"package": "../package.json"
}
}
}
}