mirror of
https://github.com/acid-info/vac.dev.git
synced 2025-02-21 16:18:09 +00:00
32 lines
545 B
JavaScript
32 lines
545 B
JavaScript
module.exports = {
|
|
main: [
|
|
'index',
|
|
'principles',
|
|
'deepresearch',
|
|
'rfcprocess',
|
|
'vsus',
|
|
'vips',
|
|
'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/',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|