go-book/book.toml

60 lines
1.1 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[book]
authors = ["徐涛"]
language = "zh"
multilingual = false
src = "src"
title = "You Go, I Go"
description = "这是一本便于初学者学习Go语言的小书也能方便Go语言使用者在使用过程中对一些记忆模棱两可的内容进行查找和确定。"
[rust]
edition = "2021"
[build]
build-dir = "book"
create-missing = false
[preprocessor.index]
[preprocessor.links]
[preprocessor.plantuml]
plantuml-cmd="https://plantuml.archgrid.xyz/"
[preprocessor.graphviz]
command = "mdbook-graphviz"
output-to-file = true
[preprocessor.footnote]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.1" # do not edit: managed by `mdbook-admonish install`
[output.html]
default-theme = "light"
preferred-dark-theme = "ayu"
curly-quotes = true
mathjax-support = true
copy-fonts = true
additional-css = ["././assets/css/mdbook-admonish.css", "./mdbook-admonish.css"]
additional-js = []
[output.html.print]
enable = true
page-break = true
[output.html.fold]
enable = true
level = 0
[output.html.playground]
editable = false
copyable = true
copy-js = true
line-number = true
runnable = false
[output.html.search]
limit-result = 20