-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathbook.toml
24 lines (21 loc) · 845 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[book]
authors = ["Tiemoko Ballo", "Moumine Ballo", "Alex James"]
language = "en"
multilingual = false
src = "src"
title = "High Assurance Rust: Developing Secure and Robust Software"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
cname = "highassurance.rs"
git-repository-url = "https://github.com/tnballo/high-assurance-rust"
git-repository-icon = "fa-github"
edit-url-template = "https://highassurance.rs/engage.html#submit-feedback-questions-issues-or-prs"
mathjax-support = true
[output.html.playground]
editable = false # allows editing the source code
copyable = true # include the copy button for copying code snippets
copy-js = false # includes the JavaScript for the code editor
line-numbers = false # displays line numbers for editable code
# https://crates.io/crates/mdbook-epub/
#[output.epub]