ts-learnings/book.toml
2023-03-30 10:20:41 +08:00

17 lines
379 B
TOML

[book]
authors = ["Lenny Peng"]
language = "zh"
multilingual = false
src = "src"
title = "Yet another Chinese TypeScript tutorial."
[preprocessor.pagetoc]
[output.html]
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
git-repository-url = "https://github.com/gnu4cn/ts-learnings"
git-repository-icon = "fa-github"
[output.html.print]
enable = false