-
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 sidebar navigation for version 3.9 of English and Japanese docs (
#597) * Add `docsJapanese` navigation This navigation is necessary since we will be hard-coding titles (`labels`) in the sidebar navigation in the near future. Without this, the sidebar navigation for Japanese docs would show in English. * Update sidebars * Revise Helm Chart title * Add ja-jp docs for generic contracts and error codes * Make Japanese titles consistent with ScalarDB titles Make Japanese titles consistently use noun form, as mentioned in the PR for the ScalarDB sidebar navigation (https://github.com/scalar-labs/docs-scalardb/pull/762/files/1c1b5404f5b23485105ae6a17a42977ecdc5aac3#r1869009005). * Apply suggestions from code review * Update sidebars.js Co-authored-by: Josh Wong <joshua.wong@scalar-labs.com> * Apply suggestions from code review * Apply suggestions from code review Apply suggestions for consistency with suggestion in https://github.com/scalar-labs/docs-scalardl/pull/597/files#r1897305521. * Add `displayed_sidebar` metadata * Re-add mistakenly removed component * Remove unnecessary single quotation marks * Update wording * Fix wording * Fix wording --------- Co-authored-by: Jun Nemoto <35618893+jnmt@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
2,064 additions
and
189 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
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,3 +1,7 @@ | ||
--- | ||
displayed_sidebar: docsEnglish | ||
--- | ||
|
||
# How to Configure a Product License Key | ||
|
||
import Tabs from '@theme/Tabs'; | ||
|
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
4 changes: 4 additions & 0 deletions
4
...d_docs/ja-jp/docusaurus-plugin-content-docs/current/scalar-licensing/README.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
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
53 changes: 46 additions & 7 deletions
53
i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.9/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,50 @@ | ||
# ScalarDL: トランザクション データベース システム用のビザンチン障害検出ミドルウェア | ||
--- | ||
displayed_sidebar: docsJapanese | ||
--- | ||
|
||
import TranslationBanner from '/src/components/_translation-ja-jp.mdx'; | ||
# ScalarDL | ||
|
||
<TranslationBanner /> | ||
import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9'; | ||
|
||
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] | ||
**ScalarDL について** | ||
|
||
<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> | | ||
*/} |
4 changes: 4 additions & 0 deletions
4
...cs/ja-jp/docusaurus-plugin-content-docs/version-3.9/scalar-licensing/README.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
Oops, something went wrong.