Skip to content

Commit 25f1014

Browse files
committed
build(book): 更新图书输出格式配置
- 在 book.toml 中添加了 PDF 目录生成配置 - 新增了 EPUB 输出格式配置 - 这些更改将提高图书的可读性和多样性
1 parent ed1c0c2 commit 25f1014

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

book.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ editor = "ace"
1919
enable = false
2020

2121
[output.pdf]
22-
# mdbook-pdf 插件 生成pdf
22+
# mdbook-pdf 插件 生成pdf 带目录
23+
24+
[output.epub]
25+
# mdbook-epub 插件 生成epub
2326

2427
[rust]
2528
edition = "2021"

0 commit comments

Comments
 (0)