forked from ferrilab/bitvec
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.toml
23 lines (19 loc) · 782 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
################################################################################
# Book Configuration #
# #
# This file configures the `mdbook` executable used to compile `book/` into a #
# project manual. #
################################################################################
[book]
title = "A User’s Guide to the `bitvec` Project"
authors = [
"myrrlyn <[email protected]>",
]
description = "A more thorough manual of the `bitvec` project"
src = "book"
[build]
build-dir = "target/book"
[output.html]
mathjax-support = true
[output.html.playpen]
line-numbers = true