From 134df9a10430e008d9fd47f71eb5f12e6925d8d6 Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Fri, 9 May 2025 12:44:56 +0530 Subject: [PATCH] fix --- vocs/docs/pages/index.mdx | 2 +- vocs/sidebar.ts | 2 +- vocs/vocs.config.tsx | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/vocs/docs/pages/index.mdx b/vocs/docs/pages/index.mdx index 609fafb..ad7bddd 100644 --- a/vocs/docs/pages/index.mdx +++ b/vocs/docs/pages/index.mdx @@ -376,7 +376,7 @@ Alloy supports the following out of the box for best in class developer experien - Seamless contract interactions using the [`sol!`](/contract-interactions/using-sol!) macro - Highly performant [core primitives](https://github.com/alloy-rs/core) such as `U256` Operations and ABI encoding - Override / Extend provider and transport behaviour using [layers](/examples/layers/README) and [fillers](/rpc-providers/understanding-fillers) akin to [tower layers](https://docs.rs/tower/latest/tower/trait.Layer.html) -- [Node bindings](https://docs.rs/alloy-node-bindings/latest/alloy_node_bindings/) for popular nodes such as `Reth`, `Geth` and `Anvil` for testing purposes +- [Node bindings](https://docs.rs/alloy-node-bindings/latest/alloy_node_bindings/) for popular nodes such as [Reth](https://github.com/paradigmxyz/reth), [Geth](https://github.com/ethereum/go-ethereum) and [Anvil](https://book.getfoundry.sh/anvil/) for testing purposes # Community diff --git a/vocs/sidebar.ts b/vocs/sidebar.ts index 137b7d4..2e3809f 100644 --- a/vocs/sidebar.ts +++ b/vocs/sidebar.ts @@ -18,7 +18,7 @@ export const sidebar: Sidebar = [ { text: 'Multicall', link: '/guides/multicall' }, { text: 'Interacting with multiple networks', link: '/guides/interacting-with-multiple-networks' }, { text: 'Signers vs Ethereum Wallet', link: '/guides/signers-vs-ethereum-wallet' }, - { text: 'RPC provider Abstraction', link: '/guides/rpc-provider-abstraction' }, + { text: 'RPC provider abstractions', link: '/guides/rpc-provider-abstraction' }, { text: 'High-Priority Transaction Queue with Fillers', link: '/guides/fillers' }, { text: 'Overriding Transport behaviour with Layers', link: '/guides/layers' }, ] diff --git a/vocs/vocs.config.tsx b/vocs/vocs.config.tsx index df8b92c..45cc3ad 100644 --- a/vocs/vocs.config.tsx +++ b/vocs/vocs.config.tsx @@ -50,6 +50,10 @@ export default defineConfig({ text: 'Examples', link: 'https://github.com/alloy-rs/examples', }, + { + text: 'docs.rs', + link: 'https://docs.rs/alloy/latest/alloy/', + }, { text: '0.15.10', items: [