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.
13 lines
363 B
TOML
13 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"
|