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
185 B
TOML
12 lines
185 B
TOML
[package]
|
|
name = "mdbook-exercise-linker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
clap = "4.5.4"
|
|
mdbook = "0.4.40"
|
|
semver = "1.0.23"
|
|
serde_json = "1.0.117"
|