-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathbook.toml
49 lines (40 loc) · 1.04 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
40
41
42
43
44
45
46
47
48
49
[book]
authors =["Contributors to Ronkathon"]
language ="en"
multilingual=false
src ="."
title ="Ronkathon: Cryptography Educational Foundations"
description ="Cryptography Educational Foundations"
[build]
build-dir ="docs"
create-missing =true
use-default-preprocessors=false
[preprocessor.links]
[preprocessor.katex]
after=["links"]
[output.linkcheck]
follow-web-links=true
traverse-parent-directories=true
warning-policy="ignore"
exclude=[
'asecuritysite\.com/signatures',
'csrc\.nist\.gov/publications/fips/197/fips-197\.pdf',
'github\.com/arkworks-rs',
]
# TODO (autoparallel): there's a bunch to fix with this
# [preprocessor.keeper]
# command ="mdbook-keeper"
# manifest_dir="."
# externs =["ronkathon", "rand"]
[output.html]
default-theme ="dark"
preferred-dark-theme="ayu"
git-repository-url ="https://github.com/pluto/ronkathon"
[output.html.playground]
editable=true
runnable=true
[rust]
edition="2021"
[[output.html.playground.pre-installed-crates]]
name ="rand"
version="0.8"