diff --git a/book/SUMMARY.md b/book/SUMMARY.md index cabe3f097..27cbb66ee 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -25,5 +25,4 @@ 1. [reth p2p](./cli/p2p.md) 1. [reth stage](./cli/stage.md) 1. [Developers](./developers/developers.md) - 1. [Contribute](./developers/contribute.md) - 1. [Architecture](./developers/architecture.md) \ No newline at end of file + 1. [Contribute](./developers/contribute.md) \ No newline at end of file diff --git a/book/developers/architecture.md b/book/developers/architecture.md deleted file mode 100644 index c79bec1ac..000000000 --- a/book/developers/architecture.md +++ /dev/null @@ -1 +0,0 @@ -# Architecture diff --git a/book/developers/contribute.md b/book/developers/contribute.md index a6fbbc135..74f00e69a 100644 --- a/book/developers/contribute.md +++ b/book/developers/contribute.md @@ -1,3 +1,9 @@ # Contribute - \ No newline at end of file + + +Reth has docs specifically geared for developers and contributors, including documentation on the structure and architecture of reth, the general workflow we employ, and other useful tips. + +You can find these docs [here](https://github.com/paradigmxyz/reth/tree/main/docs). + +Check out our contributing guidelines [here](https://github.com/paradigmxyz/reth/blob/main/CONTRIBUTING.md). diff --git a/book/developers/developers.md b/book/developers/developers.md index 73437b84b..e5bf7cde9 100644 --- a/book/developers/developers.md +++ b/book/developers/developers.md @@ -1 +1,3 @@ # Developers + +Reth is composed of several crates that can be used in standalone projects. If you are interested in using one or more of the crates, you can get an overview of them in the [developer docs](https://github.com/paradigmxyz/reth/tree/main/docs), or take a look at the [crate docs](https://paradigmxyz.github.io/reth/docs). \ No newline at end of file