mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Updated sidebar - links to moved pages, new project, fixed typo
This commit is contained in:
parent
531c188146
commit
246a1a8309
1 changed files with 7 additions and 5 deletions
|
@ -34,7 +34,7 @@ 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: 'Follow us', link: '/about-us/follow-us' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -57,6 +57,7 @@ export default defineConfig({
|
||||||
{ 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' },
|
||||||
|
{ label: 'Privacy Cases 🗄️', link: '/projects/privacy-cases' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -65,8 +66,9 @@ export default defineConfig({
|
||||||
// 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: 'Ecosystem', link: '/get-involved/partnership' },
|
{ label: 'Ecosystem', link: '/get-involved/partnership' },
|
||||||
{ label: 'Membership Organisations', link: '/get-involved/org-benefits' },
|
{ label: 'Code of Conduct', link: '/get-involved/code-of-conduct' },
|
||||||
{ label: 'Membership Indivisuals', link: '/get-involved/personal-benefits' },
|
{ label: 'Membership x Organisations', link: '/get-involved/org-benefits' },
|
||||||
|
{ label: 'Membership x Individuals', link: '/get-involved/personal-benefits' },
|
||||||
{ label: 'Donate', link: '/get-involved/donate' },
|
{ label: 'Donate', link: '/get-involved/donate' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -77,7 +79,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' },
|
{ label: 'Code of conduct', link: '/get-involved/code-of-conduct' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -101,7 +103,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: 'Communication tools', link: '/governance/communication' },
|
||||||
{ label: 'Treasury', link: '/governance/treasury' },
|
{ label: 'Treasury', link: '/governance/treasury' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue