Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runnable = false
optional = true
follow-web-links = true
exclude = [ 'x\.com', 'crates\.io' ]
traverse-parent-directories = true
Copy link
Contributor

@ma2bd ma2bd Jun 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice find! Wait, this option doesn't exist at all, does it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure it does! (I think?)


[preprocessor.mermaid]
command = "mdbook-mermaid"
Expand Down
2 changes: 1 addition & 1 deletion linera-protocol
Submodule linera-protocol updated 520 files
10 changes: 10 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@

- [Ethereum](developers/experimental/ethereum.md)

- [JavaScript API](developers/experimental/javascript-api/README.md)
- [Wallet](developers/experimental/javascript-api/classes/Wallet.md)
- [Client](developers/experimental/javascript-api/classes/Client.md)
- [Frontend](developers/experimental/javascript-api/classes/Frontend.md)
- [Signer](developers/experimental/javascript-api/interfaces/Signer.md)
- [default](developers/experimental/javascript-api/functions/default.md)
- [initSync](developers/experimental/javascript-api/functions/initSync.md)
- [wasm_thread_entry_point](developers/experimental/javascript-api/functions/wasm_thread_entry_point.md)
- [ReadableStreamType](developers/experimental/javascript-api/type-aliases/ReadableStreamType.md)

---

# Node Operators
Expand Down
Loading