Update astro.config.mjs

This commit is contained in:
PG 2024-08-15 10:31:18 +02:00 committed by GitHub
parent 95d1ce3d7e
commit 07f137d1a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 17 deletions

View File

@ -34,28 +34,29 @@ export default defineConfig({
{ label: 'History', link: '/about-us/history' },
{ label: 'Brand', link: '/about-us/brand' },
{ label: 'Contact us', link: '/about-us/contact-us' },
{ label: 'Follow us', link: '/ecosystem/follow-us' },
],
},
{
label: '🔬 Research',
label: 'Research',
collapsed: true,
autogenerate: { directory: 'research' },
},
{
label: '🗓️ Events',
label: 'Events',
collapsed: true,
autogenerate: { directory: 'events' },
},
{
label: '🏗️ Projects',
label: 'Projects',
items: [
// 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/women-in-privacy' },
{ label: 'Hackathon Use Cases Generator', link: '/projects/hackathon-use-cases-generator' },
{ label: 'Women in Privacy 💃', link: '/projects/women-in-privacy' },
],
},
{
@ -63,21 +64,12 @@ export default defineConfig({
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Introduction', link: '/get-involved/index' },
{ label: 'Partnerships', link: '/get-involved/partnership' },
{ label: 'Organisational benefits', link: '/get-involved/org-benefits' },
{ label: 'Personal benefits', link: '/get-involved/personal-benefits' },
{ label: 'Onboarding', link: '/get-involved/onboarding' },
{ label: 'Ecosystem', link: '/get-involved/partnership' },
{ label: 'Membership Organisations', link: '/get-involved/org-benefits' },
{ label: 'Membership Indivisuals', link: '/get-involved/personal-benefits' },
{ label: 'Donate', link: '/get-involved/donate' },
],
},
{
label: 'Ecosystem',
items: [
{ label: 'Follow us', link: '/ecosystem/follow-us' },
{ label: 'Communication tools', link: '/ecosystem/communication' },
{ label: 'Code of conduct', link: '/ecosystem/code-of-conduct' },
]
},
{
label: 'For contributors',
items: [
@ -85,6 +77,7 @@ export default defineConfig({
{ label: 'Workgroups', link: '/contributors/workgroups' },
{ label: 'Git repositories', link: '/contributors/git' },
{ label: 'Guide: how to deploy event website', link: '/contributors/deploy-event-website' },
{ label: 'Code of conduct', link: '/ecosystem/code-of-conduct' },
]
},
{
@ -108,6 +101,7 @@ export default defineConfig({
{ label: 'Structure', link: '/governance/governance' },
{ label: 'Core Team', link: '/governance/core-team' },
{ label: 'Core Contributors', link: '/governance/core-contributors' },
{ label: 'Communication tools', link: '/ecosystem/communication' },
{ label: 'Treasury', link: '/governance/treasury' },
]
},