mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Updated sidebar menu in Docs
This commit is contained in:
parent
8d85c3c438
commit
ef47626a5b
1 changed files with 33 additions and 22 deletions
|
@ -29,11 +29,11 @@ export default defineConfig({
|
||||||
label: 'About us',
|
label: 'About us',
|
||||||
items: [
|
items: [
|
||||||
// Each item here is one entry in the navigation menu.
|
// Each item here is one entry in the navigation menu.
|
||||||
{ label: 'Manifesto', link: '/manifesto' },
|
{ label: 'Manifesto', link: '/about-us/manifesto' },
|
||||||
{ label: 'Roadmap', link: '/roadmap' },
|
{ label: 'Roadmap', link: '/about-us/roadmap' },
|
||||||
{ label: 'History', link: '/history' },
|
{ label: 'History', link: '/about-us/history' },
|
||||||
{ label: 'Brand', link: '/brand' },
|
{ label: 'Brand', link: '/about-us/brand' },
|
||||||
{ label: 'Contact us', link: '/contacts' },
|
{ label: 'Contact us', link: '/about-us/contact-us' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -56,26 +56,32 @@ export default defineConfig({
|
||||||
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
{ label: 'Privacy Academy 👩🏫', link: '/projects/privacy-academy' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Get Involved',
|
||||||
|
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: 'Donate', link: '/get-involved/donate' },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Ecosystem',
|
label: 'Ecosystem',
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Follow us', link: '/follow-us' },
|
{ label: 'Follow us', link: '/ecosystem/follow-us' },
|
||||||
{ label: 'Get involved', link: '/get-involved' },
|
{ label: 'Communication tools', link: '/ecosystem/communication' },
|
||||||
{ label: 'Donate', link: '/donate' },
|
{ label: 'Code of conduct', link: '/ecosystem/code-of-conduct' },
|
||||||
{
|
|
||||||
label: 'Partnerships',
|
|
||||||
link: '/partnerships',
|
|
||||||
},
|
|
||||||
{ label: 'Communication tools', link: '/communication' },
|
|
||||||
{ label: 'Code of conduct', link: '/code-of-conduct' },
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'For contributors',
|
label: 'For contributors',
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Contributors guide', link: '/contributors' },
|
{ label: 'Contributors guide', link: '/contributors/index' },
|
||||||
{ label: 'Workgroups', link: '/workgroups' },
|
{ label: 'Workgroups', link: '/contributors/workgroups' },
|
||||||
{ label: 'Git repositories', link: '/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' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -97,12 +103,17 @@ export default defineConfig({
|
||||||
{
|
{
|
||||||
label: 'Governance',
|
label: 'Governance',
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Structure', link: '/governance' },
|
{ label: 'Structure', link: '/governance/governance' },
|
||||||
{ label: 'Core Team', link: '/core-team' },
|
{ label: 'Core Team', link: '/governance/core-team' },
|
||||||
{ label: 'Core Contributors', link: '/core-contributors' },
|
{ label: 'Core Contributors', link: '/governance/core-contributors' },
|
||||||
{ label: 'Treasury', link: '/treasury' },
|
{ label: 'Treasury', link: '/governance/treasury' },
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
label: 'News',
|
||||||
|
collapsed: true,
|
||||||
|
autogenerate: { directory: 'news' },
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue