forked from catedu/sphero-curso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
50 lines (50 loc) · 933 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"plugins": [
"youtube",
"accordion",
"styled-blockquotes",
"localized-footer",
"edit-link",
"githubcontributors",
"image-captions",
"ga"
],
"language": "es",
"variables": {
"title": "Curso de SPHERO-MINI",
"authors": [
"Javier Quintana ",
" "
],
"collaborators": [
{
"name": " ",
"edited": " "
},
{
"name": " ",
"edited": " "
}
]
},
"pluginsConfig": {
"localized-footer": {
"hline": true,
"filename": "./FOOTER.md"
},
"image-captions": {
"caption": "Imagen - _CAPTION_"
},
"edit-link": {
"base": "https://github.com/catedu/sphero-curso/edit/master",
"label": "Edita esta página"
},
"githubcontributors": {
"githubOwner": "catedu",
"githubRepository": "sphero-curso"
},
"ga": {
"token": "UA-135691041-2"
}
}
}