mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
move research & events to top
This commit is contained in:
parent
de883b9f85
commit
aa1b5e100e
1 changed files with 11 additions and 11 deletions
|
@ -36,10 +36,6 @@ export default defineConfig({
|
|||
{ label: 'Contact us', link: '/contacts' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Projects',
|
||||
items: [
|
||||
// Each item here is one entry in the navigation menu.
|
||||
{
|
||||
label: '🔬 Research',
|
||||
collapsed: true,
|
||||
|
@ -50,6 +46,10 @@ export default defineConfig({
|
|||
collapsed: true,
|
||||
autogenerate: { directory: 'events' },
|
||||
},
|
||||
{
|
||||
label: 'Other 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' },
|
||||
|
|
Loading…
Reference in a new issue