Skip to content

Commit

Permalink
Merge pull request #51 from celestiaorg/jcs/add-backlinks
Browse files Browse the repository at this point in the history
feat: add backlinks to tutorials
  • Loading branch information
jcstein authored Jun 25, 2024
2 parents b1b3de2 + 4099875 commit f79b30e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,21 @@ const clients = [
href: 'https://github.com/celestiaorg/celestia-openrpc',
current: false,
},
{
name: 'Golang tutorial',
href: 'https://docs.celestia.org/developers/golang-client-tutorial',
current: false,
},
{
name: 'Rust (Community)',
href: 'https://github.com/eigerco/celestia-node-rs',
current: false,
},
{
name: 'Rust tutorial',
href: 'https://docs.celestia.org/developers/rust-client-tutorial',
current: false,
},
{
name: 'Python (Community)',
href: 'https://github.com/grumpyp/celestia-node-client-py',
Expand Down

0 comments on commit f79b30e

Please sign in to comment.