Skip to content

Commit 49f51d4

Browse files
committed
fix index for new section on Ethereum
1 parent 27ee5f8 commit 49f51d4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161

6262
- [Machine Learning](developers/experimental/ml.md)
6363

64+
- [Ethereum](developers/experimental/ethereum.md)
65+
6466
---
6567

6668
# Node Operators

src/developers/experimental.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Experimental Topics
22

3-
In this section, we present experimental topics related to the Linera protocol.
3+
In this section, we present some experimental features of the Linera protocol.
44

5-
These are still in the works and subject to frequent breaking changes.
5+
Experimental features are generally not available on the Linera testnet. You may
6+
have to compile Linera from sources from the `main` branch of
7+
[the repository](https://github.com/linera-io/linera-protocol), then run a
8+
[local test network](getting_started/hello_linera.md#using-a-local-test-network).
9+
10+
You may also need to select specific Cargo features during compilation using
11+
`--features`.

0 commit comments

Comments
 (0)