forked from cornucopia-rs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
34 lines (25 loc) · 653 Bytes
/
book.toml
File metadata and controls
34 lines (25 loc) · 653 Bytes
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
[book]
title = "Cornucopia"
authors = ["LouisGariepy"]
description = "The Cornucopia book."
language = "en"
multilingual = false
src = "book"
[build]
build-dir = "static/book"
[rust]
edition = "2021"
[output.html]
mathjax-support = false
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/cornucopia-rs/cornucopia"
additional-css = ["././mdbook-admonish.css"]
site-url = "/book/"
cname = "cornucopia-rs.netlify.app/"
[output.html.playground]
runnable = false
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`