Improvements to landing page

This commit is contained in:
Hendrik Eeckhaut
2025-05-15 14:02:04 +02:00
parent e34f0ea17f
commit 013dc11602
5 changed files with 66 additions and 47 deletions

View File

@@ -103,22 +103,23 @@ const config: Config = {
{ to: '/docs/faq', label: 'FAQ', position: 'left' },
{ href: 'https://tlsnotary.github.io/tlsn/tlsn_prover/', label: 'API', position: 'left' },
{ to: '/blog', label: 'Blog', position: 'left' },
{ href: 'https://tlsnotary.github.io/tlsn/tlsn_prover/', label: 'API', position: 'right' },
{
href: 'https://discord.com/invite/9XwESXtcN7',
label: 'Discord',
href: 'https://github.com/tlsnotary',
label: 'GitHub',
position: 'right',
},
{
href: 'https://x.com/tlsnotary',
label: 'X',
position: 'right',
},
{
href: 'https://github.com/tlsnotary',
label: 'GitHub',
href: 'https://discord.com/invite/9XwESXtcN7',
label: 'Discord',
position: 'right',
},
],
@@ -130,9 +131,17 @@ const config: Config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
label: 'Documentation',
to: '/docs/intro',
},
{
label: 'Quick Start',
to: '/docs/quick_start',
},
{
label: 'FAQ',
to: '/docs/faq',
},
],
},
{
@@ -146,6 +155,10 @@ const config: Config = {
label: 'X',
href: 'https://x.com/tlsnotary',
},
{
label: 'PSE',
href: 'https://pse.dev',
},
],
},
{