ts-learnings/book.toml
2023-11-24 07:05:21 +08:00

26 lines
545 B
TOML

[book]
authors = ["Lenny Peng"]
language = "zh"
multilingual = false
src = "src"
title = "Yet another Chinese TypeScript tutorial."
description = "又一本 TypeScript 教程。"
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[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
[output.html.search]
enable = false