Skip to content

Commit 6c19fef

Browse files
committedDec 21, 2017
Update book.toml
This specifies the new mdBook syntax (properties under `[book]` table). It also adds the `editor = "ace"` config, which will fix #963. Once rust-lang/mdBook#515 is merged, this won't be necessary.
1 parent 7e19306 commit 6c19fef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎book.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
[book]
12
title = "Rust By Example"
23
description = "A description"
34
author = "The Rust Community"
45

56
[output.html.playpen]
67
editable = true
8+
editor = "ace"

0 commit comments

Comments
 (0)
Please sign in to comment.