Update homepage

This commit is contained in:
Jeddunk 2025-05-14 13:26:12 +02:00
parent 84e6aa0fb8
commit c1f9759955

View file

@ -97,8 +97,12 @@ const config = {
title: 'Docs',
items: [
{
label: 'Projects',
to: '/docs/intro',
label: 'GoldbergGUI',
to: '/docs/goldberggui/intro',
},
{
label: 'Auto-CreamAPI 2',
to: '/docs/autocreamapi/intro',
},
],
},
@ -134,6 +138,14 @@ const config = {
label: 'Git',
href: 'https://git.jeddunk.xyz/explore/repos',
},
{
label: 'Status',
href: 'https://status.jeddunk.xyz',
},
{
label: 'Old Homepage',
href: 'https://old.jeddunk.xyz',
},
],
},
],