-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
53 lines (40 loc) · 1.46 KB
/
book.toml
File metadata and controls
53 lines (40 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[book]
authors = ["shenjack", "xiaoxiaolu", "黑旗", "Void", "Aircraft", "V_Galiyanov(航械技术交流研发联合体)"]
language = "zh-cn"
multilingual = false
src = "src"
title = "Redstone School 红石大学"
[build]
build-dir = './book'
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"
# Required: Your repository URL used in the link.
git-repository-url = "https://github.com/MUAlliance/redstone-school"
# Your git branch. Defaults to `main`
git-branch = "main"
# The text to use in the footer.
# The link text is marked by `[]`
open-on-text = "Found a bug? [Edit this page on GitHub.]"
[output.linkcheck]
# Should we check links on the internet? Enabling this option adds a
# non-negligible performance impact
follow-web-links = false
warning-policy = "ignore"
# exclude = [ "requirement-dev.txt" ]
# Are we allowed to link to files outside of the book's root directory? This
# may help prevent linking to sensitive files (e.g. "../../../../etc/shadow")
traverse-parent-directories = true
[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
# [output.pdf]
# [output.copy-resources]
# optional = true
# command = 'python output.py'
[rust]
edition = "2021" # the default edition for code blocks