-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathbook.json
62 lines (61 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"gitbook": "3.2.3",
"title": "Documentation of the Poppy Platform",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"-search",
"-share",
"anchorjs",
"build",
"copy-code-button",
"custom-favicon",
"github",
"language-picker",
"localized-footer",
"page-toc",
"richquotes",
"search-plus",
"toggle-chapters",
"toggle-headers",
"youtube"
],
"pluginsConfig": {
"favicon": "favicon.ico",
"theme-default": {
"showLevel": true
},
"page-toc": {
"position":"before-first",
"selector":".markdown-section h2, .markdown-section h3"
},
"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",
"fr": "Editez cette page"
}
},
"sharing": {
"facebook": false,
"twitter": false,
"all": [
"twitter", "facebook", "google"
]
}
},
"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"
}
}