Adding 2 projects to Docs sidebar

This commit is contained in:
niclaz 2024-08-14 22:59:14 +02:00 committed by GitHub
parent 49822a3375
commit e44c3e5cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -49,11 +49,13 @@ export default defineConfig({
{ {
label: '🏗️ Projects', label: '🏗️ Projects',
items: [ 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: 'Privacy Explorer 👁️', link: '/projects/privacy-explorer' },
{ label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' }, { label: 'Week in the Privacy 📰', link: '/news/week-in-the-privacy' },
{ label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' }, { label: 'Privacy Tech Awards 🏆', link: '/projects/privacy-tech-awards' },
{ label: 'Privacy Academy 👩‍🏫', link: '/projects/privacy-academy' }, { 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' },
], ],
}, },
{ {