Skip to content

Commit 3669134

Browse files
authored
Update book.toml
Исправление ошибок "Caused by: unknown field"
1 parent 3819942 commit 3669134

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

rust-by-example-ru/book.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[book]
22
title = "Rust By Example"
33
description = "A description"
4-
author = "The Rust Community"
4+
authors = ["The Rust Community"]
55

66
[output.html]
7-
google-analytics="UA-142155799-3"
7+
# google-analytics="UA-142155799-3"
8+
git-repository-url = "https://github.com/rust-lang-ru/rust-by-example"
9+
edit-url-template = "https://github.com/rust-lang-ru/rust-by-example/edit/master/{path}"
10+
hash-files = true
11+
812

913
[output.html.playpen]
1014
editable = true
11-
editor = "ace"
15+
# editor = "ace"

0 commit comments

Comments
 (0)