Files
vac.dev/docs/community.mdx
0xbathangandJulesFILIOT 26630f3486 chore: rebrand Vac to Logos Research & update docusaurus-preset
* 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>
2026-05-08 16:39:45 +09:00

51 lines
1.3 KiB
Plaintext

---
title: Join the community
hide_title: true
pagination_prev: null
pagination_next: null
displayed_sidebar: null
hide_table_of_contents: true
---
import { Grid, Box, SocialCard } from '/src/components/mdx'
# Join the community
<Box bottom={24}>
<p>
Join the Logos Research community!
</p>
<p>
Keep up to date with our latest research by connecting with us on our community's channels.
</p>
</Box>
<Box top={32} bottom={56} style={{paddingBottom: 0}}>
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<SocialCard
href='https://x.com/LogosRnD'
logoSrc="/icons/x-black.svg"
logoSrcDark="/icons/x-white.svg"
description='Follow us on X'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://discord.com/invite/PQFdubGt6d'
logoSrc="/icons/discord-black.svg"
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href="https://forum.research.logos.co/"
logoSrc="/theme/image/logo-black.svg"
logoSrcDark="/theme/image/logo.svg"
description="Share your thoughts on the latest research on the Logos Research forum"
/>
</Grid.Item>
</Grid>
</Box>