forked from ferrilab/ferrilab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
39 lines (33 loc) · 1.14 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
########################################################################
# Ferrilab Project Guide Configuration #
# #
# Controls `mdbook 0.4.21`, which builds the project’s user guide. #
########################################################################
[book]
title = "A User’s Guide to the Ferrilab Project"
authors = [
"myrrlyn <self@myrrlyn.dev>",
]
description = "A more thorough exploration of Ferrilab’s crates."
src = "./guide"
language = "en-US"
[rust]
edition = "2021"
[build]
build-dir = "./target/guide"
create-missing = true
# `cargo +nightly install mdbook-admonish --vers 1.8.0`
# Allows `admonish <level>` code-blocks which create informational blocks.
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
[output.html]
git-repository-url = "https://github.com/ferrilab/ferrilab"
mathjax-support = true
site-url = "/ferrilab/"
additional-css = [
"./guide/assets/mdbook-admonish.css",
]
[output.html.playground]
line-numbers = true
runnable = false