From 31fb78bc929a2d2cecf673344596587ff18be81b Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 22 Dec 2020 01:13:26 +0800 Subject: [PATCH] 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 --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 45ae5fd944..089d703286 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,6 @@ [book] title = "Rust By Example" -description = "A description" +description = "Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries." author = "The Rust Community" [output.html.playpen]