Skip to content

Commit 9c46ebe

Browse files
added book.toml file
1 parent 40ea192 commit 9c46ebe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

book.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[book]
2+
authors = ["Trail of Bits"]
3+
language = "en"
4+
multilingual = false
5+
src = "."
6+
title = "Building Secure Contracts"
7+
description = "Follow our guidelines and best practices to write secure smart contracts."
8+
9+
[output.html]
10+
git-repository-url = "https://github.com/crytic/building-secure-contracts"
11+
edit-url-template = "https://github.com/crytic/building-secure-contracts/edit/master/{path}"
12+
default-theme = "ayu"
13+
cname = "crytic.github.io/building-secure-contracts"
14+
no-section-label = true
15+
16+
[output.html.fold]
17+
enable = true
18+
level = 1

0 commit comments

Comments
 (0)