diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index a258ca5ed..2bd27e1ef 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -33,7 +33,6 @@ * [Custom Data Directories](./advanced-datadir.md) * [Validator Graffiti](./graffiti.md) * [Database Configuration](./advanced_database.md) - * [Local Testnets](./local-testnets.md) * [Advanced Networking](./advanced_networking.md) * [Running a Slasher](./slasher.md) * [Redundancy](./redundancy.md) diff --git a/book/src/local-testnets.md b/book/src/local-testnets.md deleted file mode 100644 index 364475cbe..000000000 --- a/book/src/local-testnets.md +++ /dev/null @@ -1,8 +0,0 @@ -# Local Testnets - -During development and testing it can be useful to start a small, local -testnet. - -The -[scripts/local_testnet/](https://github.com/sigp/lighthouse/tree/unstable/scripts) -directory contains several scripts and a README that should make this process easy. diff --git a/book/src/setup.md b/book/src/setup.md index 2d1447961..2a8924e9d 100644 --- a/book/src/setup.md +++ b/book/src/setup.md @@ -47,3 +47,12 @@ These tests are quite large (100's of MB) so they're only downloaded if you run `$ make test-ef` (or anything that run it). You may want to avoid downloading these tests if you're on a slow or metered Internet connection. CI will require them to pass, though. + +## Local Testnets + +During development and testing it can be useful to start a small, local +testnet. + +The +[scripts/local_testnet/](https://github.com/sigp/lighthouse/tree/unstable/scripts/local_testnet) +directory contains several scripts and a README that should make this process easy.