Skip to content

Commit 31fb78b

Browse files
authored
Add description for book.toml
`book.description` value in book.toml provides nice HTML document metadata. Ref: https://github.com/rust-lang/mdBook/blob/8e673c9/src/theme/index.hbs#L12
1 parent b8bf875 commit 31fb78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
22
title = "Rust By Example"
3-
description = "A description"
3+
description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries."
44
author = "The Rust Community"
55

66
[output.html.playpen]

0 commit comments

Comments
 (0)