Skip to content

Commit e0983f6

Browse files
authored
docs: logo link pointing to self and socials (#13)
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent f90d93c commit e0983f6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

website/docusaurus.config.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const config: Config = {
8484
alt: 'CloudNativePG Logo',
8585
src: 'img/hero_image.svg',
8686
href: 'https://cloudnative-pg.io',
87+
target: '_self',
8788
},
8889
items: [
8990
{
@@ -115,6 +116,7 @@ const config: Config = {
115116
alt: 'CloudNativePG Logo',
116117
src: "img/cloudnativepg-landscape-white.png",
117118
href: "https://cloudnative-pg.io",
119+
target: "_self",
118120
},
119121
style: 'dark',
120122
links: [
@@ -127,7 +129,23 @@ const config: Config = {
127129
},
128130
{
129131
label: 'X',
130-
href: 'https://x.com/CloudNativePG',
132+
href: 'https://x.com/CloudNativePg',
133+
},
134+
{
135+
label: 'YouTube',
136+
href: 'https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA',
137+
},
138+
{
139+
label: 'LinkedIn',
140+
href: 'https://www.linkedin.com/company/cloudnative-pg',
141+
},
142+
{
143+
label: 'Mastodon',
144+
href: 'https://mastodon.social/@CloudNativePG',
145+
},
146+
{
147+
label: 'Bluesky',
148+
href: 'https://bsky.app/profile/cloudnativepg.bsky.social',
131149
},
132150
],
133151
},

0 commit comments

Comments
 (0)