Lots of updates of content and structure (#34)

This commit is contained in:
Jeff Gardner
2023-02-01 14:47:43 +01:00
committed by GitHub
parent 4365ee017e
commit a9e52b7e8f
24 changed files with 178 additions and 74 deletions

View File

@@ -32,14 +32,23 @@ const navigation = [
title: 'Clients',
links: [
{ title: 'How do clients work?', href: '/clients' },
{ title: 'Client comparison list', href: '/clients/comparison' },
{ title: 'Guide: Astral (Web)', href: '/clients/astral' },
{ title: 'Guide: Damus (iOS)', href: '/clients/damus' },
],
},
{
title: 'Relays',
links: [
{ title: 'What are relays?', href: '/relays' },
{ title: 'List of known relays', href: '/relays/list' },
{
title: 'List of relay implementations',
href: '/relays/implementations',
},
{
title: 'Nostr Watch ↗️',
href: 'https://nostr.watch/relays/find',
target: '_blank',
},
],
},
{