mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-11 02:17:59 -05:00
18 lines
402 B
TOML
18 lines
402 B
TOML
[book]
|
|
title = "Privacy Pool Documentation"
|
|
description = "Private onchain money transfers"
|
|
authors = ["Wonderland"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|
|
|
|
[preprocessor.katex]
|
|
after = ["links"]
|
|
|
|
[output.html]
|
|
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
|
git-repository-url = "https://github.com/defi-wonderland/privacy-pool-core"
|