add blog-post + links

This commit is contained in:
Emily
2024-08-30 14:59:17 +02:00
parent 71bd4d0e58
commit 518b4ce6c1
6 changed files with 493 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ const sections: Section[] = [
{ label: 'Events', to: '/events', icon: 'fal fa-square-bolt' },
{ label: 'Analyst', to: '/analyst', icon: 'fal fa-microchip-ai' },
{ label: 'Insights (soon)', to: '#', icon: 'fal fa-lightbulb', disabled: true },
{ label: 'Links (soon)', to: '#', icon: 'fal fa-globe-pointer', disabled: true },
{
label: 'Docs', to: 'https://docs.litlyx.com', icon: 'fal fa-book', external: true,
action() { Lit.event('docs_clicked') },