Skip to content

Commit 013d00f

Browse files
committed
docs: add bluesky social information
1 parent dc7417c commit 013d00f

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

packages/docs/src/components/app/Sheet.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<template>
22
<v-sheet
3-
class="overflow-hidden"
43
border
54
rounded
65
>

packages/docs/src/components/app/bar/EcosystemMenu.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
href: 'https://x.com/vuetifyjs',
2727
appendIcon: '$x',
2828
},
29+
{
30+
title: 'bluesky',
31+
href: 'https://bsky.app/profile/vuetify.bsky.social',
32+
appendIcon: 'mdi-bluesky',
33+
},
2934
{
3035
title: 'Discord',
3136
href: 'https://community.vuetifyjs.com/',

packages/docs/src/components/home/Footer.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
href: 'https://x.com/vuetifyjs',
114114
title: 'x',
115115
},
116+
{
117+
icon: 'mdi-bluesky',
118+
href: 'https://bsky.app/profile/vuetify.bsky.social',
119+
title: 'bluesky',
120+
},
116121
{
117122
icon: 'mdi-discord',
118123
href: 'https://community.vuetifyjs.com',

packages/docs/src/i18n/messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
"ready-text": "Continue your learning with related content selected by the {team} or move between pages by using the navigation links below.",
268268
"ready": "Ready for more?",
269269
"reddit": "Reddit",
270+
"bluesky": "Bluesky",
270271
"release-notes": "Release notes",
271272
"released-by": "Released by: {author}",
272273
"release": "Release",

packages/docs/src/plugins/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,3 +443,5 @@ export {
443443
export const mdiDiscord = 'M22,24L16.75,19L17.38,21H4.5A2.5,2.5 0 0,1 2,18.5V3.5A2.5,2.5 0 0,1 4.5,1H19.5A2.5,2.5 0 0,1 22,3.5V24M12,6.8C9.32,6.8 7.44,7.95 7.44,7.95C8.47,7.03 10.27,6.5 10.27,6.5L10.1,6.33C8.41,6.36 6.88,7.53 6.88,7.53C5.16,11.12 5.27,14.22 5.27,14.22C6.67,16.03 8.75,15.9 8.75,15.9L9.46,15C8.21,14.73 7.42,13.62 7.42,13.62C7.42,13.62 9.3,14.9 12,14.9C14.7,14.9 16.58,13.62 16.58,13.62C16.58,13.62 15.79,14.73 14.54,15L15.25,15.9C15.25,15.9 17.33,16.03 18.73,14.22C18.73,14.22 18.84,11.12 17.12,7.53C17.12,7.53 15.59,6.36 13.9,6.33L13.73,6.5C13.73,6.5 15.53,7.03 16.56,7.95C16.56,7.95 14.68,6.8 12,6.8M9.93,10.59C10.58,10.59 11.11,11.16 11.1,11.86C11.1,12.55 10.58,13.13 9.93,13.13C9.29,13.13 8.77,12.55 8.77,11.86C8.77,11.16 9.28,10.59 9.93,10.59M14.1,10.59C14.75,10.59 15.27,11.16 15.27,11.86C15.27,12.55 14.75,13.13 14.1,13.13C13.46,13.13 12.94,12.55 12.94,11.86C12.94,11.16 13.45,10.59 14.1,10.59Z'
444444
export const mdiFormatTextdirectionLToR = 'M21,18L17,14V17H5V19H17V22M9,10V15H11V4H13V15H15V4H17V2H9A4,4 0 0,0 5,6A4,4 0 0,0 9,10Z'
445445
export const mdiFormatTextdirectionRToL = 'M8,17V14L4,18L8,22V19H20V17M10,10V15H12V4H14V15H16V4H18V2H10A4,4 0 0,0 6,6A4,4 0 0,0 10,10Z'
446+
// Custom: Bluesky official path provided by user (single path, 24x24 viewBox)
447+
export const mdiBluesky = 'M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z'

0 commit comments

Comments
 (0)