cpp-book/book.toml
2024-02-05 16:32:39 +08:00

60 lines
1.2 KiB
TOML
Raw Permalink 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 = "最速C++上手指南"
description = "这是一本便于初学者快速上手C++的小书其中抽提了大部分C++编程所需要用到的语法和概念,对于每一个概念争取做到一锤定音式的说明。"
[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 = false
[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"]
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