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
36 changes: 4 additions & 32 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
---
displayed_sidebar: docsEnglish
image: img/scalardl-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDL
import CategoryGrid from '/src/components/Cards/3.11';

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/3.11';

ScalarDL is scalable and practical Byzantine fault detection middleware for transactional database systems that achieves correctness, scalability, and database agnosticism.

**About ScalarDL**

<CardRowAbout />

**Getting started**

<CardRowGettingStarted />

**Samples**

<CardRowSamples />

**Develop**

<CardRowDevelop />

**Deploy**

<CardRowDeploy />

**Manage**

<CardRowManage />

**Reference**

<CardRowReference />
<CategoryGrid />
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const config = {
isCloseable: false,
},
zoom: {
selector: '.markdown :not(em) > img',
selector: '.markdown :not(em) > img:not(.youtube-embed img)',
background: {
light: 'rgb(255, 255, 255)',
dark: 'rgb(50, 50, 50)'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
---
displayed_sidebar: docsJapanese
image: img/scalardl-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDL
import CategoryGrid from '/src/components/Cards/ja-jp/3.11';

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.11';

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

**ScalarDL について**

<CardRowAbout />

**はじめよう**

<CardRowGettingStarted />

**サンプル**

<CardRowSamples />

**開発**

<CardRowDevelop />

**デプロイ**

<CardRowDeploy />

**運用**

<CardRowManage />

**詳細**

<CardRowReference />
<CategoryGrid />
Original file line number Diff line number Diff line change
@@ -1,51 +1,10 @@
---
displayed_sidebar: docsJapanese
image: img/scalardl-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDL
import CategoryGrid from '/src/components/Cards/ja-jp/3.10';

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.10';

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

**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> |
*/}
<CategoryGrid />
Original file line number Diff line number Diff line change
@@ -1,51 +1,10 @@
---
displayed_sidebar: docsJapanese
image: img/scalardl-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDL
import CategoryGrid from '/src/components/Cards/ja-jp/3.9';

import { CardRowAbout, CardRowGettingStarted, CardRowSamples, CardRowDevelop, CardRowDeploy, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.9';

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

**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> |
*/}
<CategoryGrid />
13 changes: 12 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"react": "^18.0.0",
"react-cookie-consent": "9.0.0",
"react-dom": "^18.0.0",
"react-lite-youtube-embed": "^2.4.0",
"@typebot.io/react": "0.3.47"
},
"devDependencies": {
Expand Down
Loading