Skip to content

Commit 8ea4caf

Browse files
authored
Update home pages of 3.8 and 3.9 docs; update Japanese category names in sidebar navigation (#596)
* Revise wording * Revise category names * Revise content to include Card components Revise the content to look more like a guided landing page by including Card components. * Create 3.9.tsx * Create 3.8.tsx * Mark 3.7 as out of support
1 parent 872f7a6 commit 8ea4caf

File tree

9 files changed

+707
-23
lines changed

9 files changed

+707
-23
lines changed

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"description": "The label for category Samples in sidebar docs"
1717
},
1818
"sidebar.docs.category.Develop": {
19-
"message": "開発する",
19+
"message": "開発",
2020
"description": "The label for category Develop in sidebar docs"
2121
},
2222
"sidebar.docs.category.SDKs": {
2323
"message": "SDKs",
2424
"description": "The label for category Deploy in sidebar docs"
2525
},
2626
"sidebar.docs.category.Deploy": {
27-
"message": "展開する",
27+
"message": "デプロイ",
2828
"description": "The label for category Deploy in sidebar docs"
2929
},
3030
"sidebar.docs.category.Scalar Kubernetes": {
@@ -72,7 +72,7 @@
7272
"description": "The label for category Backup and Restore Guides in sidebar docs"
7373
},
7474
"sidebar.docs.category.Reference": {
75-
"message": "参照",
75+
"message": "関連情報",
7676
"description": "The label for category Reference in sidebar docs"
7777
},
7878
"sidebar.docs.category.Releases": {
Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
1-
# ScalarDL: トランザクション データベース システム用のビザンチン障害検出ミドルウェア
1+
# ScalarDL
22

3-
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
3+
import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9';
44

5-
<TranslationBanner />
5+
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクションデータベースシステム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。
66

7-
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクション データベース システム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。
7+
**ScalarDL について**
88

9-
## 役立つリソース
10-
* [ScalarDL Technical Overview](https://speakerdeck.com/scalar/scalar-dl-technical-overview)
11-
* [ScalarDL Research Paper](https://dl.acm.org/doi/abs/10.14778/3523210.3523212) [VLDB'22]
9+
<CardRowAbout />
10+
11+
**始めましょう**
12+
13+
<CardRowGettingStarted />
14+
15+
**サンプルアプリケーション**
16+
17+
<CardRowSamples />
18+
19+
**開発**
20+
21+
<CardRowDevelop />
22+
23+
**デプロイ**
24+
25+
<CardRowDeploy />
26+
27+
**管理**
28+
29+
<CardRowManage />
30+
31+
**関連情報**
32+
33+
<CardRowReference />
34+
35+
{/* Saving the following in case we decide to change the layout in the future to a more table grid-like style. */}
36+
{/*
37+
| Category | Documentation |
38+
|:------------------- |:--------------------- |
39+
| **About ScalarDL** | <a href="XXX">XXX</a> |
40+
| **Getting started** | <a href="XXX">XXX</a> |
41+
| **Samples** | <a href="XXX">XXX</a> |
42+
| **Develop** | <a href="XXX">XXX</a> |
43+
| **Deploy** | <a href="XXX">XXX</a> |
44+
| **Manage** | <a href="XXX">XXX</a> |
45+
| **Reference** | <a href="XXX">XXX</a> |
46+
*/}

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version.label": {
3-
"message": "3.7",
3+
"message": "3.7 (サポートされていない)",
44
"description": "The label for version 3.7"
55
},
66
"sidebar.docs.category.About ScalarDL": {

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.8.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"description": "The label for category Samples in sidebar docs"
1717
},
1818
"sidebar.docs.category.Develop": {
19-
"message": "開発する",
19+
"message": "開発",
2020
"description": "The label for category Develop in sidebar docs"
2121
},
2222
"sidebar.docs.category.SDKs": {
2323
"message": "SDKs",
2424
"description": "The label for category Deploy in sidebar docs"
2525
},
2626
"sidebar.docs.category.Deploy": {
27-
"message": "展開する",
27+
"message": "デプロイ",
2828
"description": "The label for category Deploy in sidebar docs"
2929
},
3030
"sidebar.docs.category.Scalar Kubernetes": {
@@ -72,7 +72,7 @@
7272
"description": "The label for category Backup and Restore Guides in sidebar docs"
7373
},
7474
"sidebar.docs.category.Reference": {
75-
"message": "参照",
75+
"message": "関連情報",
7676
"description": "The label for category Reference in sidebar docs"
7777
},
7878
"sidebar.docs.category.Releases": {
Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
1-
# ScalarDL: トランザクション データベース システム用のビザンチン障害検出ミドルウェア
1+
# ScalarDL
22

3-
import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
3+
import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9';
44

5-
<TranslationBanner />
5+
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクションデータベースシステム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。
66

7-
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクション データベース システム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。
7+
**ScalarDL について**
88

9-
## 役立つリソース
10-
* [ScalarDL Technical Overview](https://speakerdeck.com/scalar/scalar-dl-technical-overview)
11-
* [ScalarDL Research Paper](https://dl.acm.org/doi/abs/10.14778/3523210.3523212) [VLDB'22]
9+
<CardRowAbout />
10+
11+
**始めましょう**
12+
13+
<CardRowGettingStarted />
14+
15+
**サンプルアプリケーション**
16+
17+
<CardRowSamples />
18+
19+
**開発**
20+
21+
<CardRowDevelop />
22+
23+
**デプロイ**
24+
25+
<CardRowDeploy />
26+
27+
**管理**
28+
29+
<CardRowManage />
30+
31+
**関連情報**
32+
33+
<CardRowReference />
34+
35+
{/* Saving the following in case we decide to change the layout in the future to a more table grid-like style. */}
36+
{/*
37+
| Category | Documentation |
38+
|:------------------- |:--------------------- |
39+
| **About ScalarDL** | <a href="XXX">XXX</a> |
40+
| **Getting started** | <a href="XXX">XXX</a> |
41+
| **Samples** | <a href="XXX">XXX</a> |
42+
| **Develop** | <a href="XXX">XXX</a> |
43+
| **Deploy** | <a href="XXX">XXX</a> |
44+
| **Manage** | <a href="XXX">XXX</a> |
45+
| **Reference** | <a href="XXX">XXX</a> |
46+
*/}

src/components/Cards/3.8.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a bank account application
90+
Run a bank account application
9191
</Translate>
9292
),
9393
},

src/components/Cards/3.9.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const CardsSamples = [
8787
},
8888
description: (
8989
<Translate id="home.samples.description">
90-
Create a bank account application
90+
Run a bank account application
9191
</Translate>
9292
),
9393
},

0 commit comments

Comments
 (0)