mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-14 08:07:56 -05:00
* Enable folding * Move troubleshooting.md * Merge in zkp docs * Convert all absolute links to relative * Fix CI
16 lines
242 B
TOML
16 lines
242 B
TOML
[book]
|
|
authors = ["Rick Weber", "Ravital Solomon", "Sam Tay"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Sunscreen Documentation"
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
|
|
[rust]
|
|
edition = "2021"
|