-
Notifications
You must be signed in to change notification settings - Fork 353
/
Copy pathbook.toml
27 lines (24 loc) · 906 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[book]
authors = ["Trail of Bits"]
language = "en"
multilingual = false
src = "."
title = "Building Secure Contracts"
description = "This repository, brought to you by Trail of Bits, outlines our guidelines and best practices to write secure smart contracts."
logo = "static/TOB_Black.svg"
[output.html]
git-repository-url = "https://github.com/crytic/building-secure-contracts"
edit-url-template = "https://github.com/crytic/building-secure-contracts/edit/master/{path}"
cname = "crytic.github.io/building-secure-contracts"
no-section-label = true
additional-css = ["static/custom.css"]
additional-js = ["static/script.js"]
default-theme = "light"
mathjax-support = true
[output.html.fold]
enable = true
level = 1
[output.html.redirect]
"medusa/index.html" = "../program-analysis/medusa/docs/src"
"slither/index.html" = "../program-analysis/slither"
"echidna/index.html" = "../program-analysis/echidna"