forked from ethereum-optimism/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
35 lines (30 loc) · 1.64 KB
/
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
28
29
30
31
32
33
34
35
[book]
authors = ["optimism-collective"]
language = "en"
multilingual = false
src = "specs"
title = "OP Stack Specification"
[preprocessor.katex]
after = ["links"]
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
git-repository-url = "https://github.com/ethereum-optimism/specs"
edit-url-template = "https://github.com/ethereum-optimism/specs/edit/main/{path}"
default-theme = "ayu"
additional-js = ["specs/static/solidity.min.js", "specs/static/mermaid.min.js", "specs/static/mermaid-init.js"]
[output.html.redirect]
"/experimental/fault-proof/index.html" = "/fault-proof/index.html"
"/experimental/fault-proof/cannon-fault-proof-vm.html" = "/fault-proof/cannon-fault-proof-vm.html"
"/experimental/fault-proof/stage-one/index.html" = "/fault-proof/stage-one/index.html"
"/experimental/fault-proof/stage-one/bond-incentives.html" = "/fault-proof/stage-one/bond-incentives.html"
"/experimental/fault-proof/stage-one/bridge-integration.html" = "/fault-proof/stage-one/bridge-integration.html"
"/experimental/fault-proof/stage-one/dispute-game-interface.html" = "/fault-proof/stage-one/dispute-game-interface.html"
"/experimental/fault-proof/stage-one/fault-dispute-game.html" = "/fault-proof/stage-one/fault-dispute-game.html"
"/experimental/fault-proof/stage-one/honest-challenger-fdg.html" = "/fault-proof/stage-one/honest-challenger-fdg.html"
"/experimental/plasma.html" = "/experimental/alt-da.html"
"/fjord/overview.html" = "/protocol/fjord/overview.html"
"/fjord/derivation.html" = "/protocol/fjord/derivation.html"
"/fjord/exec-engine.html" = "/protocol/fjord/exec-engine.html"
"/fjord/predeploys.html" = "/protocol/fjord/predeploys.html"
[output.linkcheck]