Skip to content

Commit 3dcc0a1

Browse files
committed
Merge branch 'main' into prepare-version-3.16
2 parents 20e494b + eab8fbc commit 3dcc0a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const config = {
8484
label: '3.15',
8585
path: '3.15', // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
8686
banner: 'none',
87-
className: '3.15.3',
87+
className: '3.15.4',
8888
},
8989
"3.14": { // When a new version is released and this is no longer the current version, change this to the version number and then delete this comment.
9090
label: '3.14',

src/data/notifications.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
const notificationsList = [
44
{
55
message: {
6-
en: 'Check out the release notes for ScalarDB 3.15.3',
7-
ja: 'ScalarDB 3.15.3 のリリースノートをご覧ください'
6+
en: 'Check out the release notes for ScalarDB 3.15.4',
7+
ja: 'ScalarDB 3.15.4 のリリースノートをご覧ください'
88
},
99
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'
10+
en: 'releases/release-notes#v3154?utm_source=docs-site&utm_medium=notifications',
11+
ja: 'releases/release-notes#v3154?utm_source=docs-site&utm_medium=notifications'
1212
},
1313
unread: true
1414
},

0 commit comments

Comments
 (0)