forked from No-SF-Work/miniSysY-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 629 Bytes
/
Copy pathbook.json
File metadata and controls
30 lines (30 loc) · 629 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
{
"plugins": [
"-lunr",
"-search",
"search-pro",
"expandable-chapters",
"code",
"chapter-fold",
"splitter",
"github",
"-highlight",
"prism",
"prism-themes",
"theme-comscore",
"katex-pp"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/BUAA-SE-Compiling/Slang-tutorial"
},
"prism": {
"lang": {
"shell": "bash"
},
"css": [
"prism-themes/themes/prism-synthwave84.css"
]
}
}
}