File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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.
33const notificationsList = [
4+ // {
5+ // message: {
6+ // en: 'Blog post: Explore the exciting new features in ScalarDB 3.16',
7+ // ja: 'ブログ記事: データベースエンジニアリングの最新トレンドとベストプラクティスを学ぶ DBEM #7 のハイライト'
8+ // },
9+ // url: {
10+ // en: 'XXX_?utm_source=docs-site&utm_medium=notifications',
11+ // ja: 'XXX_?utm_source=docs-site&utm_medium=notifications'
12+ // },
13+ // unread: true
14+ // },
415 {
516 message : {
617 en : 'Check out the release notes for ScalarDB 3.15.4' ,
@@ -23,17 +34,6 @@ const notificationsList = [
2334 } ,
2435 unread : true
2536 } ,
26- {
27- message : {
28- en : 'Blog post: Explore the exciting new features in ScalarDB 3.15' ,
29- ja : 'ブログ記事: データベースエンジニアリングの最新トレンドとベストプラクティスを学ぶ DBEM #6 のハイライト'
30- } ,
31- url : {
32- en : 'https://medium.com/scalar-engineering/scalardb-3-15-has-been-released-b1982718fa46?utm_source=docs-site&utm_medium=notifications' ,
33- ja : 'https://medium.com/scalar-engineering-ja/database-engineering-meetup-%E7%AC%AC6%E5%9B%9E-dbem-6-%E3%82%92%E9%96%8B%E5%82%AC%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F-fccde39d2926?utm_source=docs-site&utm_medium=notifications'
34- } ,
35- unread : true
36- } ,
3737 {
3838 message : {
3939 en : 'Support for ScalarDB 3.11 will end soon: Please consider upgrading for enhanced features and continued support' ,
You can’t perform that action at this time.
0 commit comments