initialize mdbook

This commit is contained in:
arnaucube
2024-03-29 18:17:24 +01:00
commit 0e8b49bc35
3 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
book

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# sonobe-docs
- Needs [mdbook](https://github.com/rust-lang/mdBook), to install: `cargo install mdbook`
- Needs [mdbook-katex](https://github.com/lzanini/mdbook-katex), to install: `cargo install mdbook-katex`
- Run locally: `mdbook serve`

12
book.toml Normal file
View File

@@ -0,0 +1,12 @@
[book]
authors = ["0xPARC", "Privacy Scaling Explorations"]
language = "en"
multilingual = false
src = "src"
title = "sonobe docs"
[output.html]
mathjax-support = true
[preprocessor.katex]
renderers = ["html"]