Skip to content

Commit 98ab8cf

Browse files
committed
Enable toc and linkcheck
1 parent 97c4a33 commit 98ab8cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

book.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ create-missing = false
1212
[rust]
1313
edition = "2018"
1414

15+
[preprocessor.toc]
16+
command = "mdbook-toc"
17+
renderer = ["html"]
18+
19+
[output.linkcheck]
20+
1521
[output.html]
1622
default-theme = "rust"
1723
git-repository-url = "https://github.com/rust-lang/std-dev-guide"
1824
git-repository-icon = "fa-github"
1925

20-
# [output.linkcheck] # enable the "mdbook-linkcheck" renderer, disabled due to gh-actions
26+

0 commit comments

Comments
 (0)