2023-01-05 21:36:47 +08:00
|
|
|
[book]
|
|
|
|
authors = ["shenjack"]
|
|
|
|
language = "zh-cn"
|
|
|
|
multilingual = false
|
|
|
|
src = "src"
|
|
|
|
title = "Difficult-Rocket-docs"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
build-dir = './docs'
|
|
|
|
create-missing = false
|
|
|
|
use-default-preprocessors = true # use the default preprocessors
|
|
|
|
extra-watch-dirs = [] # directories to watch for triggering builds
|
|
|
|
|
|
|
|
[output.html]
|
|
|
|
input-404 = "404.md"
|
2023-01-05 22:09:49 +08:00
|
|
|
cname = 'hws.shenjack.top'
|
2023-01-05 21:36:47 +08:00
|
|
|
|
|
|
|
[output.html.search]
|
|
|
|
limit-results = 15
|
|
|
|
|
|
|
|
[output.html.print]
|
|
|
|
enable = true # include support for printable output
|
|
|
|
page-break = true # insert page-break after each chapter
|
|
|
|
|
2023-01-05 22:09:49 +08:00
|
|
|
# [output.copy-resources]
|
|
|
|
# optional = true
|
|
|
|
# command = 'python output.py'
|
2023-01-05 21:36:47 +08:00
|
|
|
|
|
|
|
[rust]
|
|
|
|
edition = "2021" # the default edition for code blocks
|
|
|
|
|