Skip to content

Commit 60961a0

Browse files
authored
Replace generic contracts–related docs with HashStore/TableStore docs (#1028)
1 parent 95c4237 commit 60961a0

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

src/components/Cards/3.12.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const recentFeatures = [
3535
},
3636
{
3737
cell: 2, // Third cell
38-
links: ['use-table-oriented-generic-contracts'],
39-
labels: ['Use Table-Oriented Generic Contracts']
38+
links: ['sql-grammar'],
39+
labels: ['ScalarDL TableStore SQL Grammar']
4040
}
4141
]
4242
}
@@ -77,13 +77,13 @@ const categories = [
7777
},
7878
{
7979
cell: 1, // Second cell
80-
links: ['getting-started'],
81-
labels: ['Getting Started with ScalarDL Ledger']
80+
links: ['getting-started-hashstore'],
81+
labels: ['Use ScalarDL HashStore']
8282
},
8383
{
8484
cell: 2, // Third cell
85-
links: [''],
86-
labels: ['']
85+
links: ['getting-started-tablestore'],
86+
labels: ['Use ScalarDL TableStore']
8787
}
8888
]
8989
},
@@ -99,8 +99,8 @@ const categories = [
9999
},
100100
{
101101
cell: 1, // Second cell
102-
links: ['use-generic-contracts'],
103-
labels: ['Use Generic Contracts and Functions']
102+
links: ['data-modeling'],
103+
labels: ['Model Your Data']
104104
},
105105
{
106106
cell: 2, // Third cell

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

Lines changed: 12 additions & 12 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: ['use-table-oriented-generic-contracts'],
29-
labels: ['テーブル指向汎用コントラクトの使用']
28+
links: ['getting-started-hashstore'],
29+
labels: ['ScalarDL HashStore を使用']
3030
},
3131
{
3232
cell: 1, // Second cell
33-
links: ['use-generic-contracts'],
34-
labels: ['汎用コントラクトを使用']
33+
links: ['getting-started-tablestore'],
34+
labels: ['ScalarDL TableStore を使用']
3535
},
3636
{
3737
cell: 2, // Third cell
38-
links: ['how-to-write-applications-with-generic-contracts'],
39-
labels: ['汎用コントラクトを用いたアプリケーションを作成']
38+
links: ['sql-grammar'],
39+
labels: ['ScalarDL TableStore SQL 文法']
4040
}
4141
]
4242
}
@@ -77,13 +77,13 @@ const categories = [
7777
},
7878
{
7979
cell: 1, // Second cell
80-
links: ['getting-started'],
81-
labels: ['ScalarDL Ledger をはじめよう']
80+
links: ['getting-started-hashstore'],
81+
labels: ['ScalarDL HashStore を使用']
8282
},
8383
{
8484
cell: 2, // Third cell
85-
links: [''],
86-
labels: ['']
85+
links: ['getting-started-tablestore'],
86+
labels: ['ScalarDL TableStore を使用']
8787
}
8888
]
8989
},
@@ -99,8 +99,8 @@ const categories = [
9999
},
100100
{
101101
cell: 1, // Second cell
102-
links: ['use-generic-contracts'],
103-
labels: ['汎用コントラクトを使用']
102+
links: ['data-modeling'],
103+
labels: ['データをモデル化する']
104104
},
105105
{
106106
cell: 2, // Third cell

src/data/notifications.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,34 @@
33
const notificationsList = [
44
{
55
message: {
6-
en: 'Discover how to use generic contracts and functions in ScalarDL',
7-
ja: 'ScalarDL で汎用コントラクトおよびファンクションの使用方法を学ぶ'
6+
en: 'Learn how to use ScalarDL HashStore to manage objects and collections in a tamper-evident manner',
7+
ja: 'ScalarDL HashStore を使用して、オブジェクトとコレクションを改ざん検知可能な方法で管理する方法を学ぶ'
88
},
99
url: {
10-
en: 'use-generic-contracts?utm_source=docs-site&utm_medium=notifications',
11-
ja: 'use-generic-contracts?utm_source=docs-site&utm_medium=notifications'
10+
en: 'getting-started-hashstore?utm_source=docs-site&utm_medium=notifications',
11+
ja: 'getting-started-hashstore?utm_source=docs-site&utm_medium=notifications'
1212
},
1313
unread: true
1414
},
1515
{
1616
message: {
17-
en: 'Blog post: Migrating from Amazon QLDB to ScalarDL',
18-
ja: 'ブログ記事: データベースエンジニアリングの最新トレンドとベストプラクティスを学ぶ DBEM #6 のハイライト'
17+
en: 'Learn how to use ScalarDL TableStore to manage tables and records in a tamper-evident manner',
18+
ja: 'ScalarDL TableStore を使用して、テーブルとレコードを改ざん検知可能な方法で管理する方法を学ぶ'
1919
},
2020
url: {
21-
en: 'https://medium.com/scalar-engineering/migrating-from-amazon-qldb-to-scalardl-ad6ffacbf598?utm_source=docs-site&utm_medium=notifications',
22-
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'
21+
en: 'getting-started-tablestore?utm_source=docs-site&utm_medium=notifications',
22+
ja: 'getting-started-tablestore?utm_source=docs-site&utm_medium=notifications'
2323
},
2424
unread: true
2525
},
2626
{
2727
message: {
28-
en: 'Learn how to organize your data based on the ScalarDL data model',
29-
ja: 'ScalarDL データモデルに基づいたデータの整理方法を学ぶ'
28+
en: 'Blog post: Migrating from Amazon QLDB to ScalarDL',
29+
ja: 'ブログ記事: データベースエンジニアリングの最新トレンドとベストプラクティスを学ぶ DBEM #7 のハイライト'
3030
},
3131
url: {
32-
en: 'data-modeling?utm_source=docs-site&utm_medium=notifications',
33-
ja: 'data-modeling?utm_source=docs-site&utm_medium=notifications'
32+
en: 'https://medium.com/scalar-engineering/migrating-from-amazon-qldb-to-scalardl-ad6ffacbf598?utm_source=docs-site&utm_medium=notifications',
33+
ja: 'https://medium.com/scalar-engineering-ja/database-engineering-meetup-%E7%AC%AC7%E5%9B%9E-dbem-7-%E3%82%92%E9%96%8B%E5%82%AC%E3%81%97%E3%81%BE%E3%81%97%E3%81%9F-bf2e3f027948?utm_source=docs-site&utm_medium=notifications'
3434
},
3535
unread: true
3636
}

0 commit comments

Comments
 (0)