From e44c3e5cd71cd4bda12ae8c9cdb305372273e6f9 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:59:14 +0200 Subject: [PATCH] Adding 2 projects to Docs sidebar --- astro.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f8b8e685..848919d4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -49,11 +49,13 @@ export default defineConfig({ { label: '🏗️ Projects', items: [ - // Each item here is one entry in the navigation menu. + // Each item here is one entry in the navigation menu. { label: 'Privacy Explorer 👁️', link: '/projects/privacy-explorer' }, { label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' }, { label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' }, { label: 'Privacy Academy 👩‍🏫', link: '/projects/privacy-academy' }, + { label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' }, + { label: 'Women in Privacy', link: '/projects/wome-in-privacy' }, ], }, {