forked from altizure/user-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
43 lines (42 loc) · 1.23 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
{
"links": {
"home": "https://docs.altizure.com"
},
"plugins": [
"ga",
"language-picker",
"toolbar",
"custom-favicon",
"otherlink"
],
"pluginsConfig": {
"ga": {
"token": "UA-70332606-7",
"configuration": {
"cookieName": "docs_altizure",
"cookieDomain": "docs.altizure.com"
}
},
"language-redirect": {
"baseurl": "https://docs.altizure.com/"
},
"toolbar": {
"buttons":
[
{
"label": "Bug tracker",
"icon": "fa fa-bug",
"position" : "left",
"url": "https://github.com/altizure/user-docs/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
},
{
"label": "Edit page on github",
"icon": "fa fa-pencil-square-o",
"position" : "left",
"url": "https://github.com/altizure/user-docs/edit/master/{{filepath_lang}}"
}
]
},
"favicon": "favicon.ico"
}
}