Skip to content

Commit 045aff7

Browse files
committed
Merge branch 'sidebar-nav/update-titles-for-abstractions' into scalardl/update-docs-3.12-ja-jp
2 parents 49274bc + 2ace718 commit 045aff7

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

sidebars.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const sidebars = {
154154
{
155155
type: 'doc',
156156
id: 'how-to-write-applications',
157-
label: 'Write an Application in Java',
157+
label: 'Write an Application with Ledger',
158158
},
159159
]
160160
},
@@ -773,17 +773,17 @@ const sidebars = {
773773
// {
774774
// type: 'doc',
775775
// id: 'how-to-write-applications-with-hashstore',
776-
// label: 'HashStore を使用したアプリケーションを書く',
776+
// label: 'HashStore を使用してアプリケーションを書く',
777777
// },
778778
// {
779779
// type: 'doc',
780780
// id: 'how-to-write-applications-with-tablestore',
781-
// label: 'TableStore を使用したアプリケーションを書く',
781+
// label: 'TableStore を使用してアプリケーションを書く',
782782
// },
783783
{
784784
type: 'doc',
785785
id: 'how-to-write-applications',
786-
label: 'Java でアプリケーションを書く',
786+
label: 'Ledger を使用してアプリケーションを書く',
787787
},
788788
]
789789
},

src/components/Cards/3.10.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Write a ScalarDL Application in Java']
108+
labels: ['Write a ScalarDL Application with the Ledger Abstraction']
109109
}
110110
]
111111
},

src/components/Cards/3.11.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Write a ScalarDL Application in Java']
108+
labels: ['Write a ScalarDL Application with the Ledger Abstraction']
109109
}
110110
]
111111
},

src/components/Cards/3.12.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ const recentFeatures = [
2626
{
2727
cell: 0, // First cell
2828
links: ['getting-started-hashstore'],
29-
labels: ['Use ScalarDL HashStore']
29+
labels: ['Get Started with ScalarDL HashStore']
3030
},
3131
{
3232
cell: 1, // Second cell
3333
links: ['getting-started-tablestore'],
34-
labels: ['Use ScalarDL TableStore']
34+
labels: ['Get Started with ScalarDL TableStore']
3535
},
3636
{
3737
cell: 2, // Third cell
@@ -78,12 +78,12 @@ const categories = [
7878
{
7979
cell: 1, // Second cell
8080
links: ['getting-started-hashstore'],
81-
labels: ['Use ScalarDL HashStore']
81+
labels: ['Get Started with ScalarDL HashStore']
8282
},
8383
{
8484
cell: 2, // Third cell
8585
links: ['getting-started-tablestore'],
86-
labels: ['Use ScalarDL TableStore']
86+
labels: ['Get Started with ScalarDL TableStore']
8787
}
8888
]
8989
},
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Write a ScalarDL Application in Java']
108+
labels: ['Write a ScalarDL Application with the Ledger Abstraction']
109109
}
110110
]
111111
},

src/components/Cards/3.9.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Write a ScalarDL Application in Java']
108+
labels: ['Write a ScalarDL Application with the Ledger Abstraction']
109109
}
110110
]
111111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Java で ScalarDL アプリケーションを書く']
108+
labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く']
109109
}
110110
]
111111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Java で ScalarDL アプリケーションを書く']
108+
labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く']
109109
}
110110
]
111111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Java で ScalarDL アプリケーションを書く']
108+
labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く']
109109
}
110110
]
111111
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const categories = [
105105
{
106106
cell: 2, // Third cell
107107
links: ['how-to-write-applications'],
108-
labels: ['Java で ScalarDL アプリケーションを書く']
108+
labels: ['Ledger 抽象化を使用して ScalarDL アプリケーションを書く']
109109
}
110110
]
111111
},

versioned_sidebars/version-3.10-sidebars.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
{
120120
"type": "doc",
121121
"id": "how-to-write-applications",
122-
"label": "Write an Application in Java"
122+
"label": "Write an Application with Ledger"
123123
},
124124
{
125125
"type": "doc",
@@ -726,7 +726,7 @@
726726
{
727727
"type": "doc",
728728
"id": "how-to-write-applications",
729-
"label": "Java でアプリケーションを書く"
729+
"label": "Ledger を使用してアプリケーションを書く"
730730
},
731731
{
732732
"type": "doc",

0 commit comments

Comments
 (0)