Skip to content

Commit

Permalink
Added links to repo and client docs (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 authored Nov 4, 2024
1 parent f26e6c6 commit 3192ab7
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,39 @@ const Home: NextPage = () => {
<section className="bg-black p-6 lg:p-10 text-white">
<h1 className="text-lg">Useful links | Docs</h1>
<ul className="list-disc list-outside pl-4">
<li className="my-4">
<a href="https://github.com/BuidlGuidl/buidlguidl-client" className="link">
BuidlGuidl Client Repo
</a>
</li>
<li className="my-4">
<a href="https://docs.rocketpool.net/guides/node/local/hardware" className="link">
On how to select hardware
Node Hardware Guide (Rocket Pool)
</a>
</li>
<li className="my-4">
<a href="https://gist.github.com/yorickdowne/f3a3e79a573bf35767cd002cc977b038" className="link">
All about how to buy the correct drive
SSD Selection Guide
</a>
</li>
<li className="my-4">
<a href="https://reth.rs/" className="link">
Reth Docs
</a>
</li>
<li className="my-4">
<a href="https://lighthouse-book.sigmaprime.io/" className="link">
Lighthouse Docs
</a>
</li>
<li className="my-4">
<a href="https://geth.ethereum.org/docs" className="link">
Geth Docs
</a>
</li>
<li className="my-4">
<a href="https://docs.prylabs.network/docs/getting-started" className="link">
Prysm Docs
</a>
</li>
</ul>
Expand Down

0 comments on commit 3192ab7

Please sign in to comment.