mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-03-14 18:37:23 +00:00
* [doc]: update web doc and kt-kernel doc * [doc](book.toml): add book.toml for rust book compile
18 lines
374 B
TOML
18 lines
374 B
TOML
[book]
|
|
authors = ["kvcache-ai"]
|
|
language = "zh-CN"
|
|
title = "Ktransformers"
|
|
src = "doc"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/kvcache-ai/ktransformers"
|
|
edit-url-template = "https://github.com/kvcache-ai/ktransformers/edit/main/{path}"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
copy-js = true
|
|
# line-numbers = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0 |