-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathbook.json
More file actions
27 lines (27 loc) · 691 Bytes
/
book.json
File metadata and controls
27 lines (27 loc) · 691 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
{
"root": "src",
"author": "Anders Evenrud <andersevenrud@gmail.com>",
"language": "en",
"title": "OS.js Web Desktop Manual",
"plugins": ["sitemap", "adsense", "alerts", "edit-link", "ga", "codepen"],
"pluginsConfig": {
"sitemap": {
"hostname": "https://manual.os-js.org",
"path": "/"
},
"adsense": {
"client": "ca-pub-6145716264521226",
"slot": "9888011596",
"format": "auto",
"element": ".page-inner section",
"position": "top"
},
"ga": {
"token": "UA-90971004-4"
},
"edit-link": {
"base": "https://github.com/os-js/manual.os-js.org/edit/master/src",
"label": "Edit this page"
}
}
}