mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-08 22:28:01 -05:00
29 lines
490 B
JavaScript
29 lines
490 B
JavaScript
module.exports = {
|
|
main: [
|
|
'index',
|
|
'vsus',
|
|
'research',
|
|
'vips',
|
|
'principles',
|
|
'contribute',
|
|
{
|
|
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/',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|