-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 746 Bytes
/
book.json
File metadata and controls
30 lines (30 loc) · 746 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
{
"title": "大模型上下文工程权威指南",
"description": "Context Engineering: The Definitive Guide - 从理论到实践,掌握 AI 时代最核心的工程能力",
"author": "yeasy",
"language": "zh-hans",
"plugins": [
"-highlight",
"prism",
"mermaid-gb3",
"chapter-fold",
"back-to-top-button",
"code",
"splitter",
"page-toc-button"
],
"pluginsConfig": {
"prism": {
"css": [
"prismjs/themes/prism-tomorrow.css"
]
},
"mermaid-gb3": {
"theme": "default"
},
"page-toc-button": {
"maxTocDepth": 3,
"minTocSize": 2
}
}
}