forked from vvolkl/glossary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
28 lines (28 loc) · 899 Bytes
/
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
{
"title": "FCC Glossary",
"author": "The FCC Software team and contributors",
"description": "Glossary of HEP and FCC-specific terms and concepts",
"license": "CC BY 4.0 EN",
"language": "en",
"repo": "https://github.com/HEP-FCC/glossary",
"root": ".",
"structure": {
"readme": "gitbook_readme.md"
},
"plugins": [
"-sharing",
"panels@git+https://github.com/HEP-FCC/gitbook-plugin-panels.git#master",
"katex-auto-render@git+https://github.com/lhcb/gitbook-plugin-katex-auto-render.git#master",
"replace",
"collapsible-menu",
"otherlink"
],
"pluginsConfig": {
"replace": {
"substitutes": [
{"pattern": "«([^»^:])([^»^:]+)»", "flags": "g", "substitute": "[$1$2]($1.md#$1$2)"},
{"pattern": "«([^»]+):([^»^:])([^»^:]+)»", "flags": "g", "substitute": "[$1]($2.md#$2$3)"}
]
}
}
}