@@ -159,16 +159,44 @@ const config: Config = {
159159 } ,
160160 items : [
161161 {
162- type : "docsVersionDropdown" ,
162+ label : "imgproxy.net" ,
163+ href : "https://imgproxy.net" ,
163164 position : "left" ,
164165 } ,
165166 {
166- type : "search" ,
167+ type : "dropdown" ,
168+ label : "Community" ,
167169 position : "left" ,
170+ items : [
171+ {
172+ href : "https://discord.gg/5GgpXgtC9u" ,
173+ label : "Discord" ,
174+ } ,
175+ {
176+ href : "https://x.com/imgproxy_net" ,
177+ label : "X (Twitter)" ,
178+ } ,
179+ {
180+ href : "https://bsky.app/profile/imgproxy.net" ,
181+ label : "Bluesky" ,
182+ } ,
183+ {
184+ href : "https://mastodon.social/@imgproxy" ,
185+ label : "Mastodon" ,
186+ } ,
187+ {
188+ href : "https://www.threads.com/@imgproxy" ,
189+ label : "Threads" ,
190+ } ,
191+ {
192+ href : "https://www.linkedin.com/company/imgproxy/" ,
193+ label : "LinkedIn" ,
194+ } ,
195+ ] ,
168196 } ,
197+
169198 {
170- label : "imgproxy.net" ,
171- href : "https://imgproxy.net" ,
199+ type : "docsVersionDropdown" ,
172200 position : "right" ,
173201 } ,
174202 {
@@ -178,27 +206,6 @@ const config: Config = {
178206 title : "GitHub" ,
179207 "aria-label" : "GitHub" ,
180208 } ,
181- {
182- href : "https://bsky.app/profile/imgproxy.net" ,
183- position : "right" ,
184- className : "navbar__link--icon navbar__link--bluesky" ,
185- title : "Bluesky" ,
186- "aria-label" : "Bluesky" ,
187- } ,
188- {
189- href : "https://x.com/imgproxy_net" ,
190- position : "right" ,
191- className : "navbar__link--icon navbar__link--x" ,
192- title : "X (Twitter)" ,
193- "aria-label" : "X (Twitter)" ,
194- } ,
195- {
196- href : "https://discord.gg/5GgpXgtC9u" ,
197- position : "right" ,
198- className : "navbar__link--icon navbar__link--discord" ,
199- title : "Discord" ,
200- "aria-label" : "Discord" ,
201- } ,
202209 {
203210 href : "https://github.com/sponsors/imgproxy" ,
204211 position : "right" ,
@@ -238,10 +245,6 @@ const config: Config = {
238245 {
239246 title : "Community" ,
240247 items : [
241- {
242- label : "Bluesky" ,
243- href : "https://bsky.app/profile/imgproxy.net" ,
244- } ,
245248 {
246249 label : "X (Twitter)" ,
247250 href : "https://x.com/imgproxy_net" ,
@@ -250,6 +253,18 @@ const config: Config = {
250253 label : "Discord" ,
251254 href : "https://discord.gg/5GgpXgtC9u" ,
252255 } ,
256+ {
257+ label : "Bluesky" ,
258+ href : "https://bsky.app/profile/imgproxy.net" ,
259+ } ,
260+ {
261+ label : "Mastodon" ,
262+ href : "https://mastodon.social/@imgproxy" ,
263+ } ,
264+ {
265+ label : "Threads" ,
266+ href : "https://www.threads.com/@imgproxy" ,
267+ } ,
253268 {
254269 label : "LinkedIn" ,
255270 href : "https://www.linkedin.com/company/imgproxy/" ,
0 commit comments