mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Update astro.config.mjs
This commit is contained in:
parent
95d1ce3d7e
commit
07f137d1a2
1 changed files with 11 additions and 17 deletions
|
@ -34,28 +34,29 @@ export default defineConfig({
|
||||||
{ label: 'History', link: '/about-us/history' },
|
{ label: 'History', link: '/about-us/history' },
|
||||||
{ label: 'Brand', link: '/about-us/brand' },
|
{ label: 'Brand', link: '/about-us/brand' },
|
||||||
{ label: 'Contact us', link: '/about-us/contact-us' },
|
{ label: 'Contact us', link: '/about-us/contact-us' },
|
||||||
|
{ label: 'Follow us', link: '/ecosystem/follow-us' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '🔬 Research',
|
label: 'Research',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
autogenerate: { directory: 'research' },
|
autogenerate: { directory: 'research' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '🗓️ Events',
|
label: 'Events',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
autogenerate: { directory: 'events' },
|
autogenerate: { directory: 'events' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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: 'Hackathon Use Cases Generator ✨', link: '/projects/hackathon-use-cases-generator' },
|
||||||
{ label: 'Women in Privacy', link: '/projects/women-in-privacy' },
|
{ label: 'Women in Privacy 💃', link: '/projects/women-in-privacy' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -63,21 +64,12 @@ export default defineConfig({
|
||||||
items: [
|
items: [
|
||||||
// Each item here is one entry in the navigation menu.
|
// Each item here is one entry in the navigation menu.
|
||||||
{ label: 'Introduction', link: '/get-involved/index' },
|
{ label: 'Introduction', link: '/get-involved/index' },
|
||||||
{ label: 'Partnerships', link: '/get-involved/partnership' },
|
{ label: 'Ecosystem', link: '/get-involved/partnership' },
|
||||||
{ label: 'Organisational benefits', link: '/get-involved/org-benefits' },
|
{ label: 'Membership Organisations', link: '/get-involved/org-benefits' },
|
||||||
{ label: 'Personal benefits', link: '/get-involved/personal-benefits' },
|
{ label: 'Membership Indivisuals', link: '/get-involved/personal-benefits' },
|
||||||
{ label: 'Onboarding', link: '/get-involved/onboarding' },
|
|
||||||
{ label: 'Donate', link: '/get-involved/donate' },
|
{ 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',
|
label: 'For contributors',
|
||||||
items: [
|
items: [
|
||||||
|
@ -85,6 +77,7 @@ export default defineConfig({
|
||||||
{ label: 'Workgroups', link: '/contributors/workgroups' },
|
{ label: 'Workgroups', link: '/contributors/workgroups' },
|
||||||
{ label: 'Git repositories', link: '/contributors/git' },
|
{ label: 'Git repositories', link: '/contributors/git' },
|
||||||
{ label: 'Guide: how to deploy event website', link: '/contributors/deploy-event-website' },
|
{ 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: 'Structure', link: '/governance/governance' },
|
||||||
{ label: 'Core Team', link: '/governance/core-team' },
|
{ label: 'Core Team', link: '/governance/core-team' },
|
||||||
{ label: 'Core Contributors', link: '/governance/core-contributors' },
|
{ label: 'Core Contributors', link: '/governance/core-contributors' },
|
||||||
|
{ label: 'Communication tools', link: '/ecosystem/communication' },
|
||||||
{ label: 'Treasury', link: '/governance/treasury' },
|
{ label: 'Treasury', link: '/governance/treasury' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue