forked from poppy-project/poppy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
49 lines (49 loc) · 1.34 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"title": "Documentation of the Poppy Platform",
"plugins": [
"-share",
"edit-link",
"richquotes",
"heading-anchors",
"github",
"katex",
"ga",
"language-picker",
"retina",
"copy-code-button",
"todo",
"youtube"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/poppy-project/poppy-docs"
},
"edit-link": {
"base": "https://github.com/poppy-project/poppy-docs/edit/master/",
"label": {
"en": "Edit this page",
"de": "Seite bearbeiten",
"fr": "Editez cette page"
}
},
"ga": {
"token": "UA-44384879-5"
},
"sharing": {
"facebook": false,
"twitter": false,
"all": [
"twitter", "facebook", "google", "instapaper"
]
}
},
"variables": {
"poppy_doc_version": "1.0",
"poppy-humanoid_humanoid_hardware_version": "1.0",
"poppy-humanoid_humanoid_software_version": "1.0",
"poppy-torso_hardware_version": "1.0",
"poppy-torso_software_version": "1.0",
"poppy-ergo-jr_hardware_version": "1.0",
"poppy-ergo-jr_software_version": "1.0"
}
}