From 013bec407cc686a2cf29e3b8dfb579e585c27e6e Mon Sep 17 00:00:00 2001
From: Ivan Tham <pickfire@riseup.net>
Date: Wed, 28 Jul 2021 18:41:58 +0800
Subject: [PATCH] Quite edit page

Stolen from https://github.com/rust-lang/wg-async-foundations/pull/225
---
 book/book.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/book/book.toml b/book/book.toml
index e6d3eee3..3ccaf71e 100644
--- a/book/book.toml
+++ b/book/book.toml
@@ -4,6 +4,7 @@ language = "en"
 multilingual = false
 src = "src"
 theme = "colibri"
+edit-url-template = "https://github.com/helix-editor/helix/tree/master/book/{path}?mode=edit"
 
 [output.html]
 cname = "docs.helix-editor.com"