Skip to content

Commit 4bd3d71

Browse files
AUTO: Docs repo sync - ScalarDB (#1273)
* AUTO: Sync ScalarDB docs in English to docs site repo * Add ScalarDB GraphQL and SQL overview pages --------- Co-authored-by: josh-wong <[email protected]> Co-authored-by: Josh Wong <[email protected]>
1 parent 542f7c7 commit 4bd3d71

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

versioned_docs/version-3.12/features.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ displayed_sidebar: docsEnglish
1010

1111
This document briefly explains which features are available in which editions of ScalarDB.
1212

13-
| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) |
14-
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------|----------------------------------------|---------------------------------------------|---------------------------------|
15-
| [Transaction processing across databases with primitive interfaces](getting-started-with-scalardb.mdx) | ||| |
16-
| [Clustering](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) | ||| |
17-
| [Authentication/authorization](scalardb-cluster/scalardb-auth-with-sql.mdx) | | | | |
18-
| [SQL interface (SQL API, JDBC, Spring Data JDBC, and LINQ)](scalardb-sql/jdbc-guide.mdx) | | | | |
19-
| [GraphQL interface](scalardb-graphql/how-to-run-two-phase-commit-transaction.mdx) | | || |
13+
| | ScalarDB Core (Community) | ScalarDB Cluster (Enterprise Standard) | ScalarDB Cluster (Enterprise Premium) | ScalarDB Analytics (Enterprise) |
14+
|--------------------------------------------------------------------------------------------------------|---------------------------|----------------------------------------|---------------------------------------|---------------------------------|
15+
| [Transaction processing across databases with primitive interfaces](getting-started-with-scalardb.mdx) | | | ||
16+
| [Clustering](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx) || | | |
17+
| [Authentication/authorization](scalardb-cluster/scalardb-auth-with-sql.mdx) | | | ||
18+
| [SQL interface (SQL API, JDBC, Spring Data JDBC, and LINQ)](scalardb-sql/index.mdx) | | | ||
19+
| [GraphQL interface](scalardb-graphql/index.mdx) ||| | |
2020

2121
\* This feature is not available in the Enterprise Premium edition. If you want to use this feature, please [contact us](https://www.scalar-labs.com/contact).

versioned_sidebars/version-3.12-sidebars.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@
370370
"label": "SQL Interface",
371371
"collapsible": true,
372372
"items": [
373+
{
374+
"type": "doc",
375+
"id": "scalardb-sql/index",
376+
"label": "Overview"
377+
},
373378
{
374379
"type": "doc",
375380
"id": "scalardb-sql/jdbc-guide",
@@ -402,6 +407,11 @@
402407
"label": "GraphQL Interface",
403408
"collapsible": true,
404409
"items": [
410+
{
411+
"type": "doc",
412+
"id": "scalardb-graphql/index",
413+
"label": "Overview"
414+
},
405415
{
406416
"type": "doc",
407417
"id": "scalardb-graphql/how-to-run-two-phase-commit-transaction",

0 commit comments

Comments
 (0)