Skip to content

Commit

Permalink
Update book.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jridgewell committed Dec 21, 2017
1 parent 7e19306 commit 6c19fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book.toml
@@ -1,6 +1,8 @@
[book]
title = "Rust By Example"
description = "A description"
author = "The Rust Community"

[output.html.playpen]
editable = true
editor = "ace"

0 comments on commit 6c19fef

Please sign in to comment.