From 8894d1fdeb8933a8c6355962c23be43f3f188aaa Mon Sep 17 00:00:00 2001 From: Zola Gonano Date: Wed, 7 Aug 2024 15:17:25 +0000 Subject: [PATCH] Add mathjax support and add github page --- book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book.toml b/book.toml index 043f057..382dbec 100644 --- a/book.toml +++ b/book.toml @@ -13,4 +13,6 @@ command = "mdbook-mermaid" [output] [output.html] +git-repository-url = "https://github.com/zolagonano/a-ninjas-handbook" +mathjax-support = true additional-js = ["mermaid.min.js", "mermaid-init.js"]