mirror of
https://github.com/vacp2p/research.logos.co.git
synced 2026-08-27 06:51:14 +00:00
* Update index.md removed vac for logos research * Update community.mdx removing vac mentions * Update contribute.md minor style fixes * Update principles.md removing vac * Update research.md remove vac mentions * Update rfcprocess.md remove vac references * Update rln.md changed waku references to Logos Messaging - someone with more tech knowledge should check if accurate and examples are still relevant unified language (mix of US and UK English used before) * Update rln.md updated style and changed "logos messaging" to "logos" * Update security.md removed vac references * Update vips.md changed nescience and vac references * Update vsus.md changed out vac references and reworded some things * Update vsus.md * Update vsus.md * chore: replace Vac references by Logos Research Replace remaining references of Vac by Logos Research. * chore: replace visible refs of rfc.vac.dev by lip.logos.co * chore: update twitter links * fix: pin docusaurus packages versions * chore: use theme aware logo * chore: bump `logos-docusaurus-preset` -- updates assets/metadata New version of the `@acid-info/logos-docusaurus-preset` package updates the following: - title/tagline/URL rebranded to "Logos Research" (research.logos.co); navbar logo gains srcDark for theme-aware switching (black in light mode, off-white in dark mode) - all SVGs/ICO replaced with Logos lambda mark; off-white variants for dark contexts * chore(/principles): update link top status.app principles * chore: bump `@acid-info/logos-docusaurus-preset` package version * chore: bump `@acid-info/logos-docusaurus-preset` package version * chore: bump `@acid-info/logos-docusaurus-preset` package version --------- Co-authored-by: JulesFILIOT <dev@julesfiliot.com>
29 lines
501 B
JavaScript
29 lines
501 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://lip.logos.co/ ',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: 'Forum',
|
|
href: 'https://forum.research.logos.co/',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|