From b865bcaf705217cc2fdccf3f4973629f6518af70 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:21:47 +0900 Subject: [PATCH 1/5] Add `abstraction` to HashStore/TableStore/Ledger mentions --- sidebars.js | 24 ++++++++++++------------ src/components/Cards/3.12.tsx | 6 +++--- src/components/Cards/ja-jp/3.12.tsx | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sidebars.js b/sidebars.js index bd2c81ca7..81eb909e2 100644 --- a/sidebars.js +++ b/sidebars.js @@ -83,17 +83,17 @@ const sidebars = { { type: 'doc', id: 'getting-started-hashstore', - label: 'Use HashStore', + label: 'Use HashStore Abstraction', }, { type: 'doc', id: 'getting-started-tablestore', - label: 'Use TableStore', + label: 'Use TableStore Abstraction', }, { type: 'doc', id: 'getting-started', - label: 'Use Ledger', + label: 'Use Ledger Abstraction', }, ], }, @@ -144,17 +144,17 @@ const sidebars = { { type: 'doc', id: 'how-to-write-applications-with-hashstore', - label: 'Write an Application with HashStore', + label: 'Write an Application with HashStore Abstraction', }, { type: 'doc', id: 'how-to-write-applications-with-tablestore', - label: 'Write an Application with TableStore', + label: 'Write an Application with TableStore Abstraction', }, { type: 'doc', id: 'how-to-write-applications', - label: 'Write an Application in Java', + label: 'Write an Application with Ledger Abstraction', }, ] }, @@ -712,17 +712,17 @@ const sidebars = { { type: 'doc', id: 'getting-started-hashstore', - label: 'HashStore を使用', + label: 'HashStore 抽象化を使用', }, { type: 'doc', id: 'getting-started-tablestore', - label: 'TableStore を使用', + label: 'TableStore 抽象化を使用', }, { type: 'doc', id: 'getting-started', - label: 'Ledger を使用', + label: 'Ledger 抽象化を使用', }, ], }, @@ -773,17 +773,17 @@ const sidebars = { // { // type: 'doc', // id: 'how-to-write-applications-with-hashstore', - // label: 'HashStore を使用したアプリケーションを書く', + // label: 'HashStore 抽象化を使用したアプリケーションを書く', // }, // { // type: 'doc', // id: 'how-to-write-applications-with-tablestore', - // label: 'TableStore を使用したアプリケーションを書く', + // label: 'TableStore 抽象化を使用したアプリケーションを書く', // }, { type: 'doc', id: 'how-to-write-applications', - label: 'Java でアプリケーションを書く', + label: 'Ledger 抽象化を使用したアプリケーションを書く', }, ] }, diff --git a/src/components/Cards/3.12.tsx b/src/components/Cards/3.12.tsx index 667c86249..e4b5c226a 100644 --- a/src/components/Cards/3.12.tsx +++ b/src/components/Cards/3.12.tsx @@ -78,12 +78,12 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started-hashstore'], - labels: ['Use ScalarDL HashStore'] + labels: ['Use ScalarDL HashStore Abstraction'] }, { cell: 2, // Third cell links: ['getting-started-tablestore'], - labels: ['Use ScalarDL TableStore'] + labels: ['Use ScalarDL TableStore Abstraction'] } ] }, @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Write a ScalarDL Application in Java'] + labels: ['Write a ScalarDL Application with Ledger Abstraction'] } ] }, diff --git a/src/components/Cards/ja-jp/3.12.tsx b/src/components/Cards/ja-jp/3.12.tsx index f1425cfd8..141a5e719 100644 --- a/src/components/Cards/ja-jp/3.12.tsx +++ b/src/components/Cards/ja-jp/3.12.tsx @@ -78,12 +78,12 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started-hashstore'], - labels: ['ScalarDL HashStore を使用'] + labels: ['ScalarDL HashStore 抽象化を使用'] }, { cell: 2, // Third cell links: ['getting-started-tablestore'], - labels: ['ScalarDL TableStore を使用'] + labels: ['ScalarDL TableStore 抽象化を使用'] } ] }, @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Java で ScalarDL アプリケーションを書く'] + labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く'] } ] }, From 5622788d08c546a31698179945f3273845e9e258 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:22:31 +0900 Subject: [PATCH 2/5] Add `abstraction` to Ledger mentions --- src/components/Cards/3.10.tsx | 2 +- src/components/Cards/3.11.tsx | 2 +- src/components/Cards/3.9.tsx | 2 +- src/components/Cards/ja-jp/3.10.tsx | 2 +- src/components/Cards/ja-jp/3.11.tsx | 2 +- src/components/Cards/ja-jp/3.9.tsx | 2 +- versioned_sidebars/version-3.10-sidebars.json | 4 ++-- versioned_sidebars/version-3.11-sidebars.json | 4 ++-- versioned_sidebars/version-3.9-sidebars.json | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Cards/3.10.tsx b/src/components/Cards/3.10.tsx index 1e0138532..e18b71019 100644 --- a/src/components/Cards/3.10.tsx +++ b/src/components/Cards/3.10.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['Getting Started with ScalarDL Ledger'] + labels: ['Getting Started with ScalarDL Ledger Abstraction'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/3.11.tsx b/src/components/Cards/3.11.tsx index f955ca041..83bd82db7 100644 --- a/src/components/Cards/3.11.tsx +++ b/src/components/Cards/3.11.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['Getting Started with ScalarDL Ledger'] + labels: ['Getting Started with ScalarDL Ledger Abstraction'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/3.9.tsx b/src/components/Cards/3.9.tsx index 67594cc3c..fa8501c0a 100644 --- a/src/components/Cards/3.9.tsx +++ b/src/components/Cards/3.9.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['Getting Started with ScalarDL Ledger'] + labels: ['Getting Started with ScalarDL Ledger Abstraction'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/ja-jp/3.10.tsx b/src/components/Cards/ja-jp/3.10.tsx index 91e40aa06..7cc1aaf14 100644 --- a/src/components/Cards/ja-jp/3.10.tsx +++ b/src/components/Cards/ja-jp/3.10.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['ScalarDL Ledger をはじめよう'] + labels: ['ScalarDL Ledger 抽象化をはじめよう'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/ja-jp/3.11.tsx b/src/components/Cards/ja-jp/3.11.tsx index b74518648..aa2979419 100644 --- a/src/components/Cards/ja-jp/3.11.tsx +++ b/src/components/Cards/ja-jp/3.11.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['ScalarDL Ledger をはじめよう'] + labels: ['ScalarDL Ledger 抽象化をはじめよう'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/ja-jp/3.9.tsx b/src/components/Cards/ja-jp/3.9.tsx index 3e594461a..eab18741b 100644 --- a/src/components/Cards/ja-jp/3.9.tsx +++ b/src/components/Cards/ja-jp/3.9.tsx @@ -78,7 +78,7 @@ const categories = [ { cell: 1, // Second cell links: ['getting-started'], - labels: ['ScalarDL Ledger をはじめよう'] + labels: ['ScalarDL Ledger 抽象化をはじめよう'] }, { cell: 2, // Third cell diff --git a/versioned_sidebars/version-3.10-sidebars.json b/versioned_sidebars/version-3.10-sidebars.json index 8df1ca1c3..f662e5066 100644 --- a/versioned_sidebars/version-3.10-sidebars.json +++ b/versioned_sidebars/version-3.10-sidebars.json @@ -63,7 +63,7 @@ { "type": "doc", "id": "getting-started", - "label": "Use Ledger" + "label": "Use Ledger Abstraction" } ] }, @@ -670,7 +670,7 @@ { "type": "doc", "id": "getting-started", - "label": "Ledger を使用" + "label": "Ledger 抽象化を使用" } ] }, diff --git a/versioned_sidebars/version-3.11-sidebars.json b/versioned_sidebars/version-3.11-sidebars.json index 5d3d3987d..2cd6b5220 100644 --- a/versioned_sidebars/version-3.11-sidebars.json +++ b/versioned_sidebars/version-3.11-sidebars.json @@ -63,7 +63,7 @@ { "type": "doc", "id": "getting-started", - "label": "Use Ledger" + "label": "Use Ledger Abstraction" } ] }, @@ -675,7 +675,7 @@ { "type": "doc", "id": "getting-started", - "label": "Ledger を使用" + "label": "Ledger 抽象化を使用" } ] }, diff --git a/versioned_sidebars/version-3.9-sidebars.json b/versioned_sidebars/version-3.9-sidebars.json index ef6b1ca5f..e9ba081e8 100644 --- a/versioned_sidebars/version-3.9-sidebars.json +++ b/versioned_sidebars/version-3.9-sidebars.json @@ -63,7 +63,7 @@ { "type": "doc", "id": "getting-started", - "label": "Use Ledger" + "label": "Use Ledger Abstraction" } ] }, @@ -629,7 +629,7 @@ { "type": "doc", "id": "getting-started", - "label": "Ledger を使用" + "label": "Ledger 抽象化を使用" } ] }, From ec5cd426b58a55bf7b7f5eb90219704777c7e32d Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:23:56 +0900 Subject: [PATCH 3/5] Change `Write an app` from `in Java` to ` with Ledger Abstraction` --- src/components/Cards/3.10.tsx | 2 +- src/components/Cards/3.11.tsx | 2 +- src/components/Cards/3.9.tsx | 2 +- src/components/Cards/ja-jp/3.10.tsx | 2 +- src/components/Cards/ja-jp/3.11.tsx | 2 +- src/components/Cards/ja-jp/3.9.tsx | 2 +- versioned_sidebars/version-3.10-sidebars.json | 4 ++-- versioned_sidebars/version-3.11-sidebars.json | 4 ++-- versioned_sidebars/version-3.9-sidebars.json | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Cards/3.10.tsx b/src/components/Cards/3.10.tsx index e18b71019..66684cc9b 100644 --- a/src/components/Cards/3.10.tsx +++ b/src/components/Cards/3.10.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Write a ScalarDL Application in Java'] + labels: ['Write a ScalarDL Application with Ledger Abstraction'] } ] }, diff --git a/src/components/Cards/3.11.tsx b/src/components/Cards/3.11.tsx index 83bd82db7..8cd95cb3e 100644 --- a/src/components/Cards/3.11.tsx +++ b/src/components/Cards/3.11.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Write a ScalarDL Application in Java'] + labels: ['Write a ScalarDL Application with Ledger Abstraction'] } ] }, diff --git a/src/components/Cards/3.9.tsx b/src/components/Cards/3.9.tsx index fa8501c0a..e0cdc6eb8 100644 --- a/src/components/Cards/3.9.tsx +++ b/src/components/Cards/3.9.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Write a ScalarDL Application in Java'] + labels: ['Write a ScalarDL Application with Ledger Abstraction'] } ] }, diff --git a/src/components/Cards/ja-jp/3.10.tsx b/src/components/Cards/ja-jp/3.10.tsx index 7cc1aaf14..4d96c6684 100644 --- a/src/components/Cards/ja-jp/3.10.tsx +++ b/src/components/Cards/ja-jp/3.10.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Java で ScalarDL アプリケーションを書く'] + labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く'] } ] }, diff --git a/src/components/Cards/ja-jp/3.11.tsx b/src/components/Cards/ja-jp/3.11.tsx index aa2979419..f3a9d52f4 100644 --- a/src/components/Cards/ja-jp/3.11.tsx +++ b/src/components/Cards/ja-jp/3.11.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Java で ScalarDL アプリケーションを書く'] + labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く'] } ] }, diff --git a/src/components/Cards/ja-jp/3.9.tsx b/src/components/Cards/ja-jp/3.9.tsx index eab18741b..7ef26745b 100644 --- a/src/components/Cards/ja-jp/3.9.tsx +++ b/src/components/Cards/ja-jp/3.9.tsx @@ -105,7 +105,7 @@ const categories = [ { cell: 2, // Third cell links: ['how-to-write-applications'], - labels: ['Java で ScalarDL アプリケーションを書く'] + labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く'] } ] }, diff --git a/versioned_sidebars/version-3.10-sidebars.json b/versioned_sidebars/version-3.10-sidebars.json index f662e5066..6a3807158 100644 --- a/versioned_sidebars/version-3.10-sidebars.json +++ b/versioned_sidebars/version-3.10-sidebars.json @@ -119,7 +119,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Write an Application in Java" + "label": "Write an Application with Ledger Abstraction" }, { "type": "doc", @@ -726,7 +726,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Java でアプリケーションを書く" + "label": "Ledger 抽象化を使用したアプリケーションを書く" }, { "type": "doc", diff --git a/versioned_sidebars/version-3.11-sidebars.json b/versioned_sidebars/version-3.11-sidebars.json index 2cd6b5220..5f2715701 100644 --- a/versioned_sidebars/version-3.11-sidebars.json +++ b/versioned_sidebars/version-3.11-sidebars.json @@ -124,7 +124,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Write an Application in Java" + "label": "Write an Application with Ledger Abstraction" }, { "type": "doc", @@ -736,7 +736,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Java でアプリケーションを書く" + "label": "Ledger 抽象化を使用したアプリケーションを書く" }, { "type": "doc", diff --git a/versioned_sidebars/version-3.9-sidebars.json b/versioned_sidebars/version-3.9-sidebars.json index e9ba081e8..b7f2578b4 100644 --- a/versioned_sidebars/version-3.9-sidebars.json +++ b/versioned_sidebars/version-3.9-sidebars.json @@ -114,7 +114,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Write an Application in Java" + "label": "Write an Application with Ledger Abstraction" } ] }, @@ -680,7 +680,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Java でアプリケーションを書く" + "label": "Ledger 抽象化を使用したアプリケーションを書く" } ] }, From c9022dfb07bc7a257769bf04392fd73da25326de Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:36:58 +0900 Subject: [PATCH 4/5] Add `abstraction` to HashStore/TableStore mentions --- src/components/Cards/3.12.tsx | 4 ++-- src/components/Cards/ja-jp/3.12.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Cards/3.12.tsx b/src/components/Cards/3.12.tsx index e4b5c226a..56d6e3b3a 100644 --- a/src/components/Cards/3.12.tsx +++ b/src/components/Cards/3.12.tsx @@ -26,12 +26,12 @@ const recentFeatures = [ { cell: 0, // First cell links: ['getting-started-hashstore'], - labels: ['Use ScalarDL HashStore'] + labels: ['Use ScalarDL HashStore Abstraction'] }, { cell: 1, // Second cell links: ['getting-started-tablestore'], - labels: ['Use ScalarDL TableStore'] + labels: ['Use ScalarDL TableStore Abstraction'] }, { cell: 2, // Third cell diff --git a/src/components/Cards/ja-jp/3.12.tsx b/src/components/Cards/ja-jp/3.12.tsx index 141a5e719..e6487a989 100644 --- a/src/components/Cards/ja-jp/3.12.tsx +++ b/src/components/Cards/ja-jp/3.12.tsx @@ -26,12 +26,12 @@ const recentFeatures = [ { cell: 0, // First cell links: ['getting-started-hashstore'], - labels: ['ScalarDL HashStore を使用'] + labels: ['ScalarDL HashStore 抽象化を使用'] }, { cell: 1, // Second cell links: ['getting-started-tablestore'], - labels: ['ScalarDL TableStore を使用'] + labels: ['ScalarDL TableStore 抽象化を使用'] }, { cell: 2, // Third cell From da9d8ecbe52494f2ab5512ab432704fa9e942d9c Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:15:01 +0900 Subject: [PATCH 5/5] Fix grammar in "write application" doc labels --- sidebars.js | 6 +++--- versioned_sidebars/version-3.10-sidebars.json | 2 +- versioned_sidebars/version-3.11-sidebars.json | 2 +- versioned_sidebars/version-3.9-sidebars.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sidebars.js b/sidebars.js index 81eb909e2..adc775873 100644 --- a/sidebars.js +++ b/sidebars.js @@ -773,17 +773,17 @@ const sidebars = { // { // type: 'doc', // id: 'how-to-write-applications-with-hashstore', - // label: 'HashStore 抽象化を使用したアプリケーションを書く', + // label: 'HashStore 抽象化を使用してアプリケーションを書く', // }, // { // type: 'doc', // id: 'how-to-write-applications-with-tablestore', - // label: 'TableStore 抽象化を使用したアプリケーションを書く', + // label: 'TableStore 抽象化を使用してアプリケーションを書く', // }, { type: 'doc', id: 'how-to-write-applications', - label: 'Ledger 抽象化を使用したアプリケーションを書く', + label: 'Ledger 抽象化を使用してアプリケーションを書く', }, ] }, diff --git a/versioned_sidebars/version-3.10-sidebars.json b/versioned_sidebars/version-3.10-sidebars.json index 6a3807158..13a25e774 100644 --- a/versioned_sidebars/version-3.10-sidebars.json +++ b/versioned_sidebars/version-3.10-sidebars.json @@ -726,7 +726,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Ledger 抽象化を使用したアプリケーションを書く" + "label": "Ledger 抽象化を使用してアプリケーションを書く" }, { "type": "doc", diff --git a/versioned_sidebars/version-3.11-sidebars.json b/versioned_sidebars/version-3.11-sidebars.json index 5f2715701..da3f6e434 100644 --- a/versioned_sidebars/version-3.11-sidebars.json +++ b/versioned_sidebars/version-3.11-sidebars.json @@ -736,7 +736,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Ledger 抽象化を使用したアプリケーションを書く" + "label": "Ledger 抽象化を使用してアプリケーションを書く" }, { "type": "doc", diff --git a/versioned_sidebars/version-3.9-sidebars.json b/versioned_sidebars/version-3.9-sidebars.json index b7f2578b4..1a1039d30 100644 --- a/versioned_sidebars/version-3.9-sidebars.json +++ b/versioned_sidebars/version-3.9-sidebars.json @@ -680,7 +680,7 @@ { "type": "doc", "id": "how-to-write-applications", - "label": "Ledger 抽象化を使用したアプリケーションを書く" + "label": "Ledger 抽象化を使用してアプリケーションを書く" } ] },