Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Nov 22, 2023
1 parent 3d6d6fd commit 4cdb1d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,14 @@ site-url = "/stark-book/"
use-site-url-as-root = true
curly-quotes = true
git-repository-url = "https://www.github.com/zksecurity/stark-book"
additional-css = ["./assets/css/mdbook-admonish.css", "././mdbook-admonish.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
additional-css = ["././mdbook-admonish.css"]

# for LaTeX
[output.katex]
[preprocessor.katex]
macros = "macros.txt" # crypto related macros (as close to cryptocode as possible)

# for callouts
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`

# for protocol diagrams
[preprocessor.mermaid]
command = "mdbook-mermaid"
Expand All @@ -31,3 +26,7 @@ command = "mdbook-mermaid"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`

0 comments on commit 4cdb1d9

Please sign in to comment.