-
Notifications
You must be signed in to change notification settings - Fork 8
/
book.toml
23 lines (19 loc) · 911 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]
title = "The Rust book for Drones"
authors = ["The AeroRust community <[email protected]>"]
description = "Build and deploy drone technologies using Rust"
language = "en"
multilingual = false
src = "drone-book"
[rust]
# individual code blocks can append `,edition20XX` to use other editione.g.:
# ```rust,edition2015
edition = "2021"
[output.html]
smart-punctuation = true
git-repository-url = "https://github.com/AeroRust/mav/tree/main/drone-book"
git-repository-icon = "fa-github"
# site-url = ??? the documentation: The url where the book will be hosted. This is required to ensure navigation links and script/css imports in the 404 file work correctly, even when accessing urls in subdirectories. Defaults to /. If site-url is set, make sure to use document relative links for your assets, meaning they should not start with /.
[build]
build-dir = "drone-book/book"
create-missing = false