Skip to content

Commit bc6eb7e

Browse files
committed
Add link to remote replication doc
1 parent 2a7acc9 commit bc6eb7e

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,6 +1803,11 @@ const sidebars = {
18031803
id: 'scalar-kubernetes/HowToUpgradeScalarDB',
18041804
label: 'アップグレード',
18051805
},
1806+
{
1807+
type: 'doc',
1808+
id: 'scalardb-cluster/remote-replication',
1809+
label: '災害復旧のためのデータレプリケーション',
1810+
},
18061811
{
18071812
type: 'category',
18081813
label: '監視',

src/components/Cards/ja-jp/3.16.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ const recentFeatures = [
2525
// To add a label, use the format ['label1', 'label2'].
2626
{
2727
cell: 0, // First cell
28-
links: ['scalardb-cluster/getting-started-with-vector-search'],
29-
labels: ['ScalarDB Cluster でベクトル検索をはじめよう']
28+
links: ['scalardb-cluster/remote-replication'],
29+
labels: ['災害復旧のためのデータレプリケーション']
3030
},
3131
{
3232
cell: 1, // Second cell
33-
links: ['scalardb-cluster/authorize-with-abac'],
34-
labels: ['ユーザーアクセスをきめ細かく制御する']
33+
links: ['scalardb-cluster/getting-started-with-vector-search'],
34+
labels: ['ScalarDB Cluster でベクトル検索をはじめよう']
3535
},
3636
{
3737
cell: 2, // Third cell
38-
links: ['scalardb-cluster/encrypt-data-at-rest'],
39-
labels: ['保存データの暗号化']
38+
links: ['scalardb-cluster/authorize-with-abac'],
39+
labels: ['ユーザーアクセスをきめ細かく制御する']
4040
}
4141
]
4242
}

src/data/notifications.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ const notificationsList = [
1515
{
1616
message: {
1717
en: 'Replicate data for disaster recovery in ScalarDB 3.16',
18-
ja: 'ScalarDB 3.16 で IBM Db2 がサポートされました'
18+
ja: 'ScalarDB 3.16 でのデータの災害復旧のためのレプリケーション'
1919
},
2020
url: {
2121
en: 'scalardb-cluster/remote-replication?utm_source=docs-site&utm_medium=notifications',
22-
ja: 'requirements?RDBs=Db2#リレーショナルデータベース?utm_source=docs-site&utm_medium=notifications'
22+
ja: 'scalardb-cluster/remote-replication?utm_source=docs-site&utm_medium=notifications'
2323
},
2424
unread: true
2525
},

0 commit comments

Comments
 (0)