2023-06-08 00:42:28 +03:30
|
|
|
module.exports = {
|
|
|
|
|
main: [
|
|
|
|
|
'index',
|
2023-06-19 16:15:18 +02:00
|
|
|
'vsus',
|
2025-03-05 20:07:46 +01:00
|
|
|
'research',
|
2023-06-19 16:15:18 +02:00
|
|
|
'vips',
|
2024-06-04 16:50:02 +02:00
|
|
|
'principles',
|
2023-06-08 00:42:28 +03:30
|
|
|
'contribute',
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Resources',
|
|
|
|
|
collapsed: true,
|
|
|
|
|
collapsible: true,
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
type: 'link',
|
|
|
|
|
label: 'Specs/RFCs',
|
2026-05-08 09:39:45 +02:00
|
|
|
href: 'https://lip.logos.co/ ',
|
2023-06-08 00:42:28 +03:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'link',
|
|
|
|
|
label: 'Forum',
|
2026-05-08 09:39:45 +02:00
|
|
|
href: 'https://forum.research.logos.co/',
|
2023-06-08 00:42:28 +03:30
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
}
|