Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
1a9c494
Hide table of contents
josh-wong Jun 4, 2025
baa52b5
Add `react-lite-youtube-embed`
josh-wong Jun 4, 2025
3d9853a
Add additional styles for home page contents
josh-wong Jun 4, 2025
762fb1c
Refactor home page components
josh-wong Jun 4, 2025
405859a
Merge branch 'main' into redesign-home-page
josh-wong Jun 4, 2025
a708555
Merge branch 'main' into redesign-home-page
josh-wong Jun 10, 2025
0cd1307
Adjust links of version home page (iteration 1)
josh-wong Jun 10, 2025
7be04a6
Remove page title
josh-wong Jun 10, 2025
3baf81d
Adjust links/layout for version home page (iteration 2)
josh-wong Jun 10, 2025
ed8c9ce
Remove semi-bold from version home page links
josh-wong Jun 10, 2025
8b39f4b
Fix FOUC issue with Font Awesome icon for new docs
josh-wong Jun 10, 2025
7c4cf99
Add links to category labels
josh-wong Jun 11, 2025
8763ff1
Add home-page-background.avif
josh-wong Jun 11, 2025
3adc607
Add background image to hero section
josh-wong Jun 11, 2025
940e082
Revise `.new-docs-icon` style
josh-wong Jun 11, 2025
887e709
Change Font Awesome icon implementation method
josh-wong Jun 11, 2025
b7c0bf4
Revert "Add links to category labels"
josh-wong Jun 11, 2025
048668c
Add support for multiple links per cell
josh-wong Jun 12, 2025
398d948
Add support for multiple links per cell
josh-wong Jun 12, 2025
5308d63
Revise links and add new ones
josh-wong Jun 12, 2025
2a9fc79
Merge branch 'redesign-home-page' of https://github.com/scalar-labs/d…
josh-wong Jun 12, 2025
e880d2d
Reduce opacity of background image in hero section
josh-wong Jun 12, 2025
8445493
Add comments for clarity
josh-wong Jun 12, 2025
8d616dc
Remove empty link/title placeholders in arrays
josh-wong Jun 12, 2025
34d61c7
Fix links
josh-wong Jun 12, 2025
d90d3db
Remove unused styles
josh-wong Jun 12, 2025
5fbb1ac
Adjust table spacing for home page links on mobile
josh-wong Jun 12, 2025
02edff2
Adjust `min-width` for hero section on home page
josh-wong Jun 12, 2025
99939c7
Adjust category label spacing on home page
josh-wong Jun 12, 2025
53b583f
Move comments for readability
josh-wong Jun 13, 2025
e4a2425
Fix FOUC for new docs icon
josh-wong Jun 13, 2025
845f5f3
Remove over-spacing before and after hero section
josh-wong Jun 13, 2025
f83a4c3
Change `new docs` related parts to `new content`
josh-wong Jun 13, 2025
914e383
Add new line at bottom of file
josh-wong Jun 13, 2025
38af76d
Add `youtube-embed` style for mobile
josh-wong Jun 13, 2025
e83ce88
Fix horizontal scrolling issue on version homepages
josh-wong Jun 13, 2025
21fbaaa
Remove second row of category links for now
josh-wong Jun 16, 2025
fda4c05
Change link title
josh-wong Jun 16, 2025
d80919b
Revise layout and design
josh-wong Jun 16, 2025
b83db30
Increase hero text font size on home page
josh-wong Jun 17, 2025
2712600
Make YouTube video on version home page bigger
josh-wong Jun 17, 2025
0fb2c0a
Change hero section background color on version home pages
josh-wong Jun 17, 2025
b7bc956
Change hero text color on version home pages
josh-wong Jun 17, 2025
b59bb09
Remove unnecessary style
josh-wong Jun 17, 2025
968ed3f
Merge branch 'main' into redesign-home-page
josh-wong Jun 17, 2025
4b4359c
Merge branch 'main' into redesign-home-page
josh-wong Jun 17, 2025
0488ae0
Remove background from main hero text, reduce padding in hero section
josh-wong Jun 18, 2025
aac1e92
Merge branch 'main' into redesign-home-page
josh-wong Jun 24, 2025
d98f625
Merge branch 'main' into redesign-home-page
josh-wong Jun 25, 2025
2ea84a0
Merge branch 'main' into redesign-home-page
josh-wong Jun 25, 2025
33b4d00
Shrink `category table` font; enlarge `hero-section` font
josh-wong Jul 3, 2025
5063522
Re-add hidable home page text
josh-wong Jul 3, 2025
ede57c0
Refactor design
josh-wong Jul 3, 2025
2aa0367
Refactor to accommodate new design
josh-wong Jul 3, 2025
068c51d
Merge branch 'main' into redesign-home-page
josh-wong Jul 3, 2025
4cbc2b7
Remove duplicate style
josh-wong Jul 3, 2025
177e6cd
Move home page card styles
josh-wong Jul 3, 2025
6ffd090
Fix comment
josh-wong Jul 4, 2025
5001fd7
Add missing link
josh-wong Jul 4, 2025
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
Expand Up @@ -5,38 +5,10 @@ tags:
- Enterprise Premium
displayed_sidebar: docsEnglish
image: img/scalardb-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDB
import CategoryGrid from '/src/components/Cards/3.15';

import { CardRowAbout, CardRowQuickstart, CardRowDevelop, CardRowDeploy, CardRowMigrate, CardRowManage, CardRowReference } from '/src/components/Cards/3.15';

ScalarDB is a cross-database HTAP engine. It achieves ACID transactions and real-time analytics across diverse databases to simplify the complexity of managing multiple databases.

**About ScalarDB**

<CardRowAbout />

**Quickstart**

<CardRowQuickstart />

**Develop**

<CardRowDevelop />

**Deploy**

<CardRowDeploy />

**Migrate**

<CardRowMigrate />

**Manage**

<CardRowManage />

**Troubleshoot & Reference**

<CardRowReference />
<CategoryGrid />
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,10 @@ tags:
- Enterprise Premium
displayed_sidebar: docsJapanese
image: img/scalardb-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDB
import CategoryGrid from '/src/components/Cards/ja-jp/3.15';

import { CardRowAbout, CardRowQuickstart, CardRowDevelop, CardRowDeploy, CardRowMigrate, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.15';

ScalarDB は、さまざまなデータベース向けのハイブリッドトランザクション/分析処理 (HTAP) エンジンです。データベース上でミドルウェアとして実行され、ACID トランザクションとリアルタイム分析を実現することでさまざまなデータベースを仮想的に統合し、複数のデータベースまたは単一のデータベースの複数のインスタンスの管理の複雑さを簡素化します。

**ScalarDB について**

<CardRowAbout />

**はじめる**

<CardRowQuickstart />

**開発**

<CardRowDevelop />

**デプロイ**

<CardRowDeploy />

**移行**

<CardRowMigrate />

**管理**

<CardRowManage />

**トラブルシューティングと参照**

<CardRowReference />
<CategoryGrid />
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,10 @@ tags:
- Enterprise Premium
displayed_sidebar: docsJapanese
image: img/scalardb-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDB
import CategoryGrid from '/src/components/Cards/ja-jp/3.13';

import { CardRowAbout, CardRowQuickstart, CardRowDevelop, CardRowDeploy, CardRowMigrate, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.14';

ScalarDB は、さまざまなデータベース向けのハイブリッドトランザクション/分析処理 (HTAP) エンジンです。データベース上でミドルウェアとして実行され、ACID トランザクションとリアルタイム分析を実現することでさまざまなデータベースを仮想的に統合し、複数のデータベースまたは単一のデータベースの複数のインスタンスの管理の複雑さを簡素化します。

**ScalarDB について**

<CardRowAbout />

**はじめる**

<CardRowQuickstart />

**開発**

<CardRowDevelop />

**デプロイ**

<CardRowDeploy />

**移行**

<CardRowMigrate />

**管理**

<CardRowManage />

**トラブルシューティングと参照**

<CardRowReference />
<CategoryGrid />
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,10 @@ tags:
- Enterprise Premium
displayed_sidebar: docsJapanese
image: img/scalardb-social-card-preview.png
hide_table_of_contents: true
title: ""
---

# ScalarDB
import CategoryGrid from '/src/components/Cards/ja-jp/3.14';

import { CardRowAbout, CardRowQuickstart, CardRowDevelop, CardRowDeploy, CardRowMigrate, CardRowManage, CardRowReference } from '/src/components/Cards/ja-jp/3.14';

ScalarDB は、さまざまなデータベース向けのハイブリッドトランザクション/分析処理 (HTAP) エンジンです。データベース上でミドルウェアとして実行され、ACID トランザクションとリアルタイム分析を実現することでさまざまなデータベースを仮想的に統合し、複数のデータベースまたは単一のデータベースの複数のインスタンスの管理の複雑さを簡素化します。

**ScalarDB について**

<CardRowAbout />

**はじめる**

<CardRowQuickstart />

**開発**

<CardRowDevelop />

**デプロイ**

<CardRowDeploy />

**移行**

<CardRowMigrate />

**管理**

<CardRowManage />

**トラブルシューティングと参照**

<CardRowReference />
<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