forked from FH-Bielefeld-MIF-SW-Engineering-2017/Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
19 lines (19 loc) · 658 Bytes
/
book.json
File metadata and controls
19 lines (19 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"plugins": [ "versions" ],
"pluginsConfig": {
"versions": {
"gitbookConfigURL": "https://github.com/FH-Bielefeld-MIF-SW-Engineering-2017/Script/master/book.json",
"options": [
{
"value": "https://fh-bielefeld-mif-sw-engineerin.gitbooks.io/script/content/",
"text": "Komplettes Script",
"selected": true
},
{
"value": "https://fh-bielefeld-mif-sw-engineerin.gitbooks.io/klausurthemen/content/",
"text": "Klausurthemen"
}
]
}
}
}