Skip to content

Commit f595bb9

Browse files
committed
Add message about 3.15.3 release
1 parent bdb914a commit f595bb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/data/notifications.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// This file contains the notifications data and a function to retrieve it.
22
// The notifications are stored in an array of objects, each containing a message in multiple languages and URLs for those messages.
33
const notificationsList = [
4+
{
5+
message: {
6+
en: 'Check out the release notes for ScalarDB 3.15.3',
7+
ja: 'ScalarDB 3.15.3 のリリースノートをご覧ください'
8+
},
9+
url: {
10+
en: 'releases/release-notes#v3153?utm_source=docs-site&utm_medium=notifications',
11+
ja: 'releases/release-notes#v3153?utm_source=docs-site&utm_medium=notifications'
12+
},
13+
unread: true
14+
},
415
{
516
message: {
617
en: 'Discover how to implement vector search capabilities with ScalarDB Cluster',

0 commit comments

Comments
 (0)