Skip to content

Commit fd9ed23

Browse files
committed
feat: add output configuration for HTML generation
1 parent 68351eb commit fd9ed23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

book.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ name = "Español"
1515
[output.html.code.hidelines]
1616
rust = "#"
1717
go = "#"
18+
19+
20+
[output.html]
21+
site-url = "https://go-book.rustlang-es.org"
22+
git-repository-url = "https://github.com/RustLangES/rust-para-go-devs"
23+
git-repository-icon = "fa-github"
24+
edit-url-template = "https://github.com/RustLangES/rust-para-go-devs/edit/main/{path}"

0 commit comments

Comments
 (0)