Browse Source

initialize mdbook

main
arnaucube 1 year ago
commit
0e8b49bc35
3 changed files with 18 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +5
    -0
      README.md
  3. +12
    -0
      book.toml

+ 1
- 0
.gitignore

@ -0,0 +1 @@
book

+ 5
- 0
README.md

@ -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
- 0
book.toml

@ -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"]

Loading…
Cancel
Save