Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
displayed_sidebar: docsEnglish
---

# ScalarDL

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/3.10';
Expand Down
4 changes: 4 additions & 0 deletions docs/scalar-licensing/README.mdx
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';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
displayed_sidebar: docsJapanese
---

# ScalarDL

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.10';
Expand All @@ -8,11 +12,11 @@ ScalarDL は、正確性、スケーラビリティ、およびデータベー

<CardRowAbout />

**始めましょう**
**はじめよう**

<CardRowGettingStarted />

**サンプルアプリケーション**
**サンプル**

<CardRowSamples />

Expand All @@ -28,7 +32,7 @@ ScalarDL は、正確性、スケーラビリティ、およびデータベー

<CardRowManage />

**関連情報**
**詳細**

<CardRowReference />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
displayed_sidebar: docsJapanese
---

# 製品ライセンス キーの設定方法

import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"description": "The label for category About ScalarDL in sidebar docs"
},
"sidebar.docs.category.Getting Started": {
"message": "始めましょう",
"message": "はじめよう",
"description": "The label for category Getting Started in sidebar docs"
},
"sidebar.docs.category.Samples": {
"message": "サンプルアプリケーション",
"message": "サンプル",
"description": "The label for category Samples in sidebar docs"
},
"sidebar.docs.category.Develop": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"description": "The label for category Backup and Restore Guides in sidebar docs"
},
"sidebar.docs.category.Reference": {
"message": "関連情報",
"message": "詳細",
"description": "The label for category Reference in sidebar docs"
},
"sidebar.docs.category.Releases": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ScalarDL は、正確性、スケーラビリティ、およびデータベー

<CardRowAbout />

**始めましょう**
**はじめよう**

<CardRowGettingStarted />

**サンプルアプリケーション**
**サンプル**

<CardRowSamples />

Expand All @@ -28,7 +28,7 @@ ScalarDL は、正確性、スケーラビリティ、およびデータベー

<CardRowManage />

**関連情報**
**詳細**

<CardRowReference />

Expand Down
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> |
*/}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
displayed_sidebar: docsJapanese
---

# 製品ライセンス キーの設定方法

import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
Expand Down
Loading
Loading