-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
33 lines (33 loc) · 1.11 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
{
"title": "Red Programming Language Documentation",
"author": "Nenad Rakocevic & Contributors",
"styles": {
"website": "styles/website.css"
},
"plugins": [ "versions" ],
"pluginsConfig": {
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/red/docs/master/book.json",
"options": [
{
"value": "http://doc.red-lang.org/v/v0.6.0/",
"text": "Version 0.6.0"
}, {
"value": "http://doc.red-lang.org/v/v0.6.1/",
"text": "Version 0.6.1"
}, {
"value": "http://doc.red-lang.org/v/v0.6.2/",
"text": "Version 0.6.2"
}, {
"value": "http://doc.red-lang.org/v/v0.6.3/",
"text": "Version 0.6.3"
},
{
"value": "https://www.gitbook.com/book/dockimbel/red/details",
"text": "Version 0.6.4",
"selected": true
}
]
}
}
}