-
Notifications
You must be signed in to change notification settings - Fork 54
/
book.toml
23 lines (19 loc) · 1.32 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
[book]
title = "The Rust on ESP Book"
description = "A comprehensive guide on using the Rust programming language with Espressif SoCs and modules"
multilingual = false
language = "en"
[rust]
edition = "2018"
[output.html]
git-repository-url = "https://github.com/esp-rs/book"
additional-js = ["assets/mermaid.min.js", "assets/mermaid-init.js"]
[output.html.redirect]
"/overview/bare-metal.html" = "https://esp-rs.github.io/book/overview/using-the-core-library.html"
"/tooling/text-editors-and-ides.html" = "https://esp-rs.github.io/book/tooling/visual-studio-code.html"
"/debugging/vscode-debugging.html" = "https://esp-rs.github.io/book/debugging/vscode.html"
"/writing-your-own-application/no-std-applications/understanding-esp-template.html" = "https://esp-rs.github.io/book/writing-your-own-application/generate-project/esp-template.html"
"installation/installation.html" = "https://esp-rs.github.io/book/installation/index.html"
"troubleshooting/espflash.html" = "https://esp-rs.github.io/book/troubleshooting/index.html"
[preprocessor.mermaid]
command = "mdbook-mermaid"