-
Notifications
You must be signed in to change notification settings - Fork 711
/
book.toml
39 lines (37 loc) · 1.95 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
36
37
38
39
[book]
authors = ["Fuel Labs <contact@fuel.sh>"]
language = "en"
multilingual = false
src = "src"
title = "Fuel Specifications"
[output.html]
git-repository-url = "https://github.com/FuelLabs/fuel-specs"
[output.html.redirect]
"/fuel-specs.html" = "./index.html"
"/protocol/abi.html" = "./abi/index.html"
"/protocol/tx_format/index.html" = "../../tx-format/index.html"
"/protocol/tx_format/constants.html" = "../../tx-format/constants.html"
"/protocol/tx_format/transaction.html" = "../../tx-format/transaction.html"
"/protocol/tx_format/input.html" = "../../tx-format/input.html"
"/protocol/tx_format/output.html" = "../../tx-format/output.html"
"/protocol/tx_format/witness.html" = "../../tx-format/witness.html"
"/protocol/tx_format/tx_pointer.html" = "../../tx-format/tx-pointer.html"
"/protocol/id/index.html" = "../../identifiers/index.html"
"/protocol/id/transaction.html" = "../../identifiers/transaction-id.html"
"/protocol/id/contract.html" = "../../identifiers/contract-id.html"
"/protocol/id/utxo.html" = "../../identifiers/utxo-id.html"
"/protocol/id/predicate.html" = "../../identifiers/predicate-id.html"
"/protocol/tx_validity.html" = "./tx-validity.html"
"/protocol/cryptographic_primitives.html" = "./cryptographic-primitives.html"
"/protocol/storage_initialization.html" = "./storage-initialization.html"
"/protocol/block_header.html" = "./block-header.html"
"/protocol/abi/index.html" = "../../abi/index.html"
"/protocol/abi/json_abi_format.html" = "../../abi/json-abi-format.html"
"/protocol/abi/receipts.html" = "../../abi/receipts.html"
"/protocol/abi/fn_selector_encoding.html" = "../../abi/fn-selector-encoding.html"
"/protocol/abi/argument_encoding.html" = "../../abi/argument-encoding.html"
"/vm/index.html" = "../fuel-vm/index.html"
"/vm//instruction_set.html" = "../fuel-vm/instruction-set.html"
"/network/index.html" = "../networks/index.html"
"/network/poa.html" = "../networks/poa.html"
"/tests/sparse_merkle_tree_tests.html" = "./sparse-merkle-tree-tests.html"