forked from wallabag/doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
29 lines (29 loc) · 689 Bytes
/
book.json
File metadata and controls
29 lines (29 loc) · 689 Bytes
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
{
"plugins": [
"edit-link",
"toggle-chapters",
"page-toc",
"-sharing",
"versions",
"hints",
"localized-footer"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/wallabag/doc/tree/master/",
"label": {
"en": "Edit This Page",
"fr": "Modifier cette page",
"de": "Bearbeite diese Seite",
"it": "Edit This Page"
}
},
"versions": {
"type": "branches"
},
"localized-footer": {
"hline": true,
"filename": "../FOOTER.md"
}
}
}