There was an error while loading. Please reload this page.
1 parent 3819942 commit 3669134Copy full SHA for 3669134
1 file changed
rust-by-example-ru/book.toml
@@ -1,11 +1,15 @@
1
[book]
2
title = "Rust By Example"
3
description = "A description"
4
-author = "The Rust Community"
+authors = ["The Rust Community"]
5
6
[output.html]
7
-google-analytics="UA-142155799-3"
+# 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
+
12
13
[output.html.playpen]
14
editable = true
-editor = "ace"
15
+# editor = "ace"
0 commit comments