From c90c3f62cb5eec4d8deefb186f6309a75cf4b387 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Wed, 25 Oct 2023 22:04:58 -0700 Subject: [PATCH] fix/add url, add some other config (#8) --- book.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 9d1ca73..417ebb1 100644 --- a/book.toml +++ b/book.toml @@ -11,4 +11,10 @@ edition = "2021" [output.html] no-section-label = true -git-repository-url = "https://github.com/time-rs/time" +edit-url-template = "https://github.com/time-rs/book/edit/main/{path}" +git-repository-url = "https://github.com/time-rs/book" + +[output.html.playground] +editable = true +runnable = false +line-numbers = true