From c1f9759955a341850629ad422fe237d42d6ca053 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Wed, 14 May 2025 13:26:12 +0200 Subject: [PATCH] Update homepage --- docusaurus.config.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 04c24ab..8f6c4e5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', + }, ], }, ],