forked from ferrilab/bitvec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
23 lines (19 loc) · 739 Bytes
/
book.toml
File metadata and controls
23 lines (19 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
########################################################################
# Book Configuration #
# #
# This file configures the `mdbook` executable used to compile `book/` #
# into a project guide. #
########################################################################
[book]
title = "A User’s Guide to the `bitvec` Project"
authors = [
"myrrlyn <self@myrrlyn.dev>",
]
description = "A more thorough exploration of the `bitvec` project"
src = "book"
[build]
build-dir = "target/book"
[output.html]
mathjax-support = true
[output.html.playpen]
line-numbers = true