Update resources add relays (#21)

* Update resources page and add relays pages

* Add start for Relay page
This commit is contained in:
Jeff Gardner
2023-01-13 11:34:25 +01:00
committed by GitHub
parent a737bc4b5a
commit e6f5af9cb1
5 changed files with 85 additions and 5 deletions

View File

@@ -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: [