Skip to content

Commit

Permalink
docs: add bluesky links (#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Nov 5, 2024
1 parent f0aeaca commit 08b264a
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 322 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
import { version } from '../../package.json'
import { teamMembers } from './contributors'
import {
bluesky,
contributing,
discord,
font,
Expand Down Expand Up @@ -104,6 +105,7 @@ export default ({ mode }: { mode: string }) => {
},

socialLinks: [
{ icon: 'bluesky', link: bluesky },
{ icon: 'mastodon', link: mastodon },
{ icon: 'x', link: twitter },
{ icon: 'discord', link: discord },
Expand Down
Loading

0 comments on commit 08b264a

Please sign in to comment.