-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
9 changed files
with
707 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 42 additions & 7 deletions
49
i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/current/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,46 @@ | ||
# ScalarDL: トランザクション データベース システム用のビザンチン障害検出ミドルウェア | ||
# ScalarDL | ||
|
||
import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; | ||
import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9'; | ||
|
||
<TranslationBanner /> | ||
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクションデータベースシステム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。 | ||
|
||
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクション データベース システム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。 | ||
**ScalarDL について** | ||
|
||
## 役立つリソース | ||
* [ScalarDL Technical Overview](https://speakerdeck.com/scalar/scalar-dl-technical-overview) | ||
* [ScalarDL Research Paper](https://dl.acm.org/doi/abs/10.14778/3523210.3523212) [VLDB'22] | ||
<CardRowAbout /> | ||
|
||
**始めましょう** | ||
|
||
<CardRowGettingStarted /> | ||
|
||
**サンプルアプリケーション** | ||
|
||
<CardRowSamples /> | ||
|
||
**開発** | ||
|
||
<CardRowDevelop /> | ||
|
||
**デプロイ** | ||
|
||
<CardRowDeploy /> | ||
|
||
**管理** | ||
|
||
<CardRowManage /> | ||
|
||
**関連情報** | ||
|
||
<CardRowReference /> | ||
|
||
{/* Saving the following in case we decide to change the layout in the future to a more table grid-like style. */} | ||
{/* | ||
| Category | Documentation | | ||
|:------------------- |:--------------------- | | ||
| **About ScalarDL** | <a href="XXX">XXX</a> | | ||
| **Getting started** | <a href="XXX">XXX</a> | | ||
| **Samples** | <a href="XXX">XXX</a> | | ||
| **Develop** | <a href="XXX">XXX</a> | | ||
| **Deploy** | <a href="XXX">XXX</a> | | ||
| **Manage** | <a href="XXX">XXX</a> | | ||
| **Reference** | <a href="XXX">XXX</a> | | ||
*/} |
2 changes: 1 addition & 1 deletion
2
i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.7.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 42 additions & 7 deletions
49
i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.8/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,46 @@ | ||
# ScalarDL: トランザクション データベース システム用のビザンチン障害検出ミドルウェア | ||
# ScalarDL | ||
|
||
import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; | ||
import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9'; | ||
|
||
<TranslationBanner /> | ||
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクションデータベースシステム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。 | ||
|
||
ScalarDL は、正確性、スケーラビリティ、およびデータベース不可知性を実現する、トランザクション データベース システム用のスケーラブルで実用的なビザンチン障害検出ミドルウェアです。 | ||
**ScalarDL について** | ||
|
||
## 役立つリソース | ||
* [ScalarDL Technical Overview](https://speakerdeck.com/scalar/scalar-dl-technical-overview) | ||
* [ScalarDL Research Paper](https://dl.acm.org/doi/abs/10.14778/3523210.3523212) [VLDB'22] | ||
<CardRowAbout /> | ||
|
||
**始めましょう** | ||
|
||
<CardRowGettingStarted /> | ||
|
||
**サンプルアプリケーション** | ||
|
||
<CardRowSamples /> | ||
|
||
**開発** | ||
|
||
<CardRowDevelop /> | ||
|
||
**デプロイ** | ||
|
||
<CardRowDeploy /> | ||
|
||
**管理** | ||
|
||
<CardRowManage /> | ||
|
||
**関連情報** | ||
|
||
<CardRowReference /> | ||
|
||
{/* Saving the following in case we decide to change the layout in the future to a more table grid-like style. */} | ||
{/* | ||
| Category | Documentation | | ||
|:------------------- |:--------------------- | | ||
| **About ScalarDL** | <a href="XXX">XXX</a> | | ||
| **Getting started** | <a href="XXX">XXX</a> | | ||
| **Samples** | <a href="XXX">XXX</a> | | ||
| **Develop** | <a href="XXX">XXX</a> | | ||
| **Deploy** | <a href="XXX">XXX</a> | | ||
| **Manage** | <a href="XXX">XXX</a> | | ||
| **Reference** | <a href="XXX">XXX</a> | | ||
*/} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.