mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-22 16:48:15 +00:00
31 lines
542 B
JavaScript
31 lines
542 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/',
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
}
|