mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 22:28:01 -05:00
36 lines
652 B
JavaScript
36 lines
652 B
JavaScript
module.exports = {
|
|
main: [
|
|
'index',
|
|
'principles',
|
|
'research-areas',
|
|
'projects',
|
|
'open-problems',
|
|
'publications',
|
|
'contribute',
|
|
'media',
|
|
{
|
|
type: 'category',
|
|
label: 'Resources',
|
|
collapsed: true,
|
|
collapsible: true,
|
|
items: [
|
|
{
|
|
type: 'link',
|
|
label: 'Specs/RFCs',
|
|
href: 'https://rfc.vac.dev/ ',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: 'Forum',
|
|
href: 'https://forum.vac.dev/',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: 'Waku.org',
|
|
href: 'https://waku.org',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|