mirror of
https://github.com/aljazceru/nostr-how.git
synced 2025-12-17 22:34:22 +01:00
Update resources add relays (#21)
* Update resources page and add relays pages * Add start for Relay page
This commit is contained in:
@@ -29,12 +29,19 @@ const navigation = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'The Clients',
|
||||
title: 'Clients',
|
||||
links: [
|
||||
{ title: 'How do clients work?', href: '/clients' },
|
||||
{ title: 'Client comparison list', href: '/clients/comparison' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Relays',
|
||||
links: [
|
||||
{ title: 'What are relays?', href: '/relays' },
|
||||
{ title: 'List of known relays', href: '/relays/list' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Resources',
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user