mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-11-16 19:50:44 +01:00
1aae615bb4
We use an mdbook preprocessor to automatically generate links to the relevant exercise for each section. We remove all existing manual links and refactor the deploy process to push the rendered book to a branch.
12 lines
363 B
TOML
12 lines
363 B
TOML
[book]
|
|
authors = ["Luca Palmieri (Mainmatter)"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "100 Exercises To Learn Rust"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust"
|
|
|
|
[preprocessor.exercise-linker]
|
|
exercise_root_url = "https://github.com/mainmatter/100-exercises-to-learn-rust/tree/main/exercises"
|