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
|
@ -37,19 +37,19 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Projects',
|
label: '🔬 Research',
|
||||||
|
collapsed: true,
|
||||||
|
autogenerate: { directory: 'research' },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '📅 Events',
|
||||||
|
collapsed: true,
|
||||||
|
autogenerate: { directory: 'events' },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Other projects',
|
||||||
items: [
|
items: [
|
||||||
// Each item here is one entry in the navigation menu.
|
// Each item here is one entry in the navigation menu.
|
||||||
{
|
|
||||||
label: '🔬 Research',
|
|
||||||
collapsed: true,
|
|
||||||
autogenerate: { directory: 'research' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '📅 Events',
|
|
||||||
collapsed: true,
|
|
||||||
autogenerate: { directory: 'events' },
|
|
||||||
},
|
|
||||||
{ 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' },
|
||||||
|
|
Loading…
Reference in a new issue