From ea85b90155ba24200a95cece2cf44bc2fc54bad2 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 8 Sep 2022 16:46:28 +0800 Subject: [PATCH] chore: add github link --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index be90b7f..0a5b5b8 100644 --- a/book.toml +++ b/book.toml @@ -8,3 +8,5 @@ title = "Effective Modern C++" [output.html] mathjax-support = true no-section-label = true +git-repository-url = "https://github.com/CnTransGroup/EffectiveModernCppChinese" +git-repository-icon = "fa-github"