We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb914a commit f595bb9Copy full SHA for f595bb9
src/data/notifications.js
@@ -1,6 +1,17 @@
1
// This file contains the notifications data and a function to retrieve it.
2
// The notifications are stored in an array of objects, each containing a message in multiple languages and URLs for those messages.
3
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
15
{
16
message: {
17
en: 'Discover how to implement vector search capabilities with ScalarDB Cluster',
0 commit comments