forked from molgenis/molgenis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
97 lines (97 loc) · 2.7 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"gitbook": "^3.0.0",
"root": "./docs",
"plugins": [
"edit-link",
"prism",
"-fontsettings",
"-highlight",
"github",
"versions"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/molgenis/molgenis/tree/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/molgenis/molgenis/"
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/molgenis/molgenis/master/book.json",
"options": [
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/master/",
"text": "MOLGENIS version currently under development",
"selected": true
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/8.1/",
"text": "MOLGENIS 8.1"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/8.0/",
"text": "MOLGENIS 8.0"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/7.4/",
"text": "MOLGENIS 7.4"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/7.3/",
"text": "MOLGENIS 7.3"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/7.2/",
"text": "MOLGENIS 7.2"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/7.1/",
"text": "MOLGENIS 7.1"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/7.0/",
"text": "MOLGENIS 7.0"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/6.1/",
"text": "MOLGENIS 6.1"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/6.0/",
"text": "MOLGENIS 6.0"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/5.2/",
"text": "MOLGENIS 5.2"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/5.1/",
"text": "MOLGENIS 5.1"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/5.0/",
"text": "MOLGENIS 5.0"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/4.1/",
"text": "MOLGENIS 4.1"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/4.0/",
"text": "MOLGENIS 4.0.0"
},
{
"value": "https://molgenis.gitbooks.io/molgenis/content/v/1.21/",
"text": "MOLGENIS v1.21.x"
}
]
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}