Skip to content

Commit bb5bfc2

Browse files
committed
Add missing configuration fields in book.toml for site URL and edit URL template
1 parent 40236a9 commit bb5bfc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[book]
22
authors = ["James Munns"]
3+
language = "es"
34
src = "src"
45
title = "El libro de Rust Embebido"
56

67
[output.html]
8+
site-url = "https://embedded-book.rustlang-es.org"
79
git-repository-url = "https://github.com/RustLangES/rust-embedded-book"
10+
git-repository-icon = "fa-github"
11+
edit-url-template = "https://github.com/RustLangES/rust-embedded-book/edit/main/{path}"

0 commit comments

Comments
 (0)