-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
36 lines (31 loc) · 935 Bytes
/
book.toml
File metadata and controls
36 lines (31 loc) · 935 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
31
32
33
34
35
36
[book]
title = "The Builder's Handbook: LLM Inference from First Principles"
authors = ["TBH Books"]
description = "Learn how LLM inference works at scale — by building one from scratch."
language = "en"
multilingual = false
src = "src"
[output.html]
default-theme = "navy"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/tbhbooks/LLM-Inference-from-First-Principles"
edit-url-template = "https://github.com/tbhbooks/LLM-Inference-from-First-Principles/edit/main/{path}"
site-url = "/LLM-Inference-from-First-Principles/"
no-section-label = false
smart-punctuation = true
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.fold]
enable = true
level = 1
[output.html.search]
enable = true
limit-results = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"