Skip to content

Commit 006ef5b

Browse files
committed
[Interview] Links
1 parent d14fc40 commit 006ef5b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Blog/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
style: 'dark',
5151
links: [
5252
{
53-
title: 'Community',
53+
title: 'Social',
5454
items: [
5555
{
5656
label: 'GitHub',
@@ -82,8 +82,8 @@ module.exports = {
8282
to: 'https://www.sea-ql.org/SeaORM/',
8383
},
8484
{
85-
label: 'SeaQuery',
86-
to: 'https://github.com/SeaQL/sea-query',
85+
label: 'SeaORM Pro',
86+
to: 'https://www.sea-ql.org/sea-orm-pro/',
8787
},
8888
{
8989
label: 'Seaography',

Interview/docusaurus.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
style: 'dark',
5252
links: [
5353
{
54-
title: 'Community',
54+
title: 'Social',
5555
items: [
5656
{
5757
label: 'GitHub',
@@ -65,6 +65,10 @@ module.exports = {
6565
label: 'Twitter',
6666
to: 'https://twitter.com/sea_ql',
6767
},
68+
{
69+
label: 'Bluesky',
70+
to: 'https://bsky.app/profile/sea-ql.org',
71+
},
6872
{
6973
label: 'LinkedIn',
7074
to: 'https://www.linkedin.com/company/sea-ql',
@@ -79,8 +83,8 @@ module.exports = {
7983
to: 'https://www.sea-ql.org/SeaORM/',
8084
},
8185
{
82-
label: 'SeaQuery',
83-
to: 'https://github.com/SeaQL/sea-query',
86+
label: 'SeaORM Pro',
87+
to: 'https://www.sea-ql.org/sea-orm-pro/',
8488
},
8589
{
8690
label: 'Seaography',

0 commit comments

Comments
 (0)