Skip to content

Commit d48e488

Browse files
committed
Makefile: update i18n helpers, switch to linkcheck2
The update is necessary to accomodate for mdbook 0.5.0. The fork is necessary for 0.5.0 as well, because the original is no longer maintained, as it seems. TODO: Adjust GitHub CI, but that requires the Action to align. See: jontze/action-mdbook#671 Signed-off-by: 지지 ᚠד (Jiji Freya Daniel) Maslowski <info@orangecms.org>
1 parent 4630ccd commit d48e488

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ run:
1212
mdbook serve
1313

1414
prepare_i18n:
15-
cargo install mdbook-i18n-helpers --locked --version 0.3.4
15+
cargo install mdbook-i18n-helpers --locked --version 0.4.0
1616

1717
prepare: prepare_i18n
1818
cargo install mdbook
1919
cargo install mdbook-mermaid
2020
mdbook-mermaid install
21-
cargo install mdbook-linkcheck
21+
cargo install mdbook-linkcheck2

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ additional-js = [
1818
[build]
1919
extra-watch-dirs = ["po"]
2020

21-
[output.linkcheck]
21+
[output.linkcheck2]
2222

2323
[preprocessor]
2424

0 commit comments

Comments
 (0)