forked from cornerstonejs/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
35 lines (35 loc) · 703 Bytes
/
Copy pathbook.json
File metadata and controls
35 lines (35 loc) · 703 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
30
31
32
33
34
35
{
"title": "cornerstone",
"description": "Documentation for Cornerstone Core",
"gitbook": ">3.0.0",
"plugins": [
"edit-link",
"theme-cornerstone",
"-fontsettings",
"github",
"ga",
"sitemap",
"anchors"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/cornerstonejs/cornerstone/edit/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/cornerstonejs/cornerstone"
},
"ga": {
"token": "UA-110573590-1"
},
"sitemap": {
"hostname": "https://docs.cornerstonejs.org"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}