generated from catedu/curso-tipo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
45 lines (45 loc) · 937 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
{
"plugins": [
"youtube",
"accordion",
"styled-blockquotes",
"localized-footer",
"edit-link",
"githubcontributors",
"ga"
],
"language": "es",
"variables": {
"title": "!Hola SIGAD!",
"authors": [
"María Pilar Jiménez Calvo",
"Antonio Marín García",
"Ramiro Adiego Sevilla",
"Santiago Giménez Pérez",
"Miguel Álvarez Amada"
],
"collaborators": [
{
"name": "_________",
"edited": "_____________"
}
]
},
"pluginsConfig": {
"localized-footer": {
"hline": true,
"filename": "./FOOTER.md"
},
"edit-link": {
"base": "https://github.com/catedu/curso-basico-sigad/edit/master",
"label": "Edita esta página"
},
"githubcontributors": {
"githubOwner": "catedu",
"githubRepository": "<curso-basico-sigad>"
},
"ga": {
"token": "UA-135691041-2"
}
}
}