-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbook.toml
More file actions
27 lines (24 loc) · 936 Bytes
/
book.toml
File metadata and controls
27 lines (24 loc) · 936 Bytes
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 = ["lambdaclass"]
language = "en"
src = "docs"
title = "ethlambda"
description = "Minimalist, fast and modular implementation of the Lean Ethereum client written in Rust"
[rust]
edition = "2024"
[output.html]
git-repository-url = "https://github.com/lambdaclass/ethlambda"
edit-url-template = "https://github.com/lambdaclass/ethlambda/edit/main/{path}"
# Make sections collapsible, starting fully expanded
fold = { enable = true, level = 1 }
# Broken-link checker
# https://github.com/marxin/mdbook-linkcheck2
# Needs to be installed with `cargo install mdbook-linkcheck2`
[output.linkcheck2]
# Skip silently if the binary isn't installed, so contributors can build the
# site without installing the link checker.
optional = true
# Fail the build on broken links (default is "warn"), so CI catches them.
# Only internal/relative links are checked because follow-web-links defaults
# to false.
warning-policy = "error"