From b1a1d87d4f0f3af724a761278b17b2bbff8f2fd2 Mon Sep 17 00:00:00 2001 From: vitalyr Date: Tue, 4 Aug 2020 23:33:27 +0800 Subject: [PATCH] add github icon and enable mathjax support --- docs/book.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index aebc721..6177532 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -6,3 +6,8 @@ src = "src" title = "įŽ€æ˜Ž zCore æ•™į¨‹" [output.html.playpen] editable = true +[output.html] +git-repository-url = "https://github.com/rcore-os/zCore-Tutorial" +mathjax-support = true +[preprocessor.mathjax] +renderers = ["html"] \ No newline at end of file