From ca19eb46b7848635636390fced548dd60fa15f51 Mon Sep 17 00:00:00 2001 From: josh-wong Date: Mon, 3 Feb 2025 03:36:30 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- docs/develop-run-non-transactional-operations-overview.mdx | 2 -- docs/develop-run-transactions-overview.mdx | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/develop-run-non-transactional-operations-overview.mdx b/docs/develop-run-non-transactional-operations-overview.mdx index 73eda5c4..a4c22448 100644 --- a/docs/develop-run-non-transactional-operations-overview.mdx +++ b/docs/develop-run-non-transactional-operations-overview.mdx @@ -14,8 +14,6 @@ ScalarDB can be configured to provide only the unified abstraction, without tran In this sub-category, you can learn how to run such non-transactional storage operations. -To learn how to run analytical queries, see the following guides: - - Run Through the CRUD Interface - [Use the ScalarDB Core Library](run-non-transactional-storage-operations-through-library.mdx) - [Use ScalarDB Cluster](scalardb-cluster/run-non-transactional-storage-operations-through-scalardb-cluster.mdx) diff --git a/docs/develop-run-transactions-overview.mdx b/docs/develop-run-transactions-overview.mdx index a5481a1b..17cc7831 100644 --- a/docs/develop-run-transactions-overview.mdx +++ b/docs/develop-run-transactions-overview.mdx @@ -10,8 +10,6 @@ displayed_sidebar: docsEnglish In this sub-category, you can learn how to model your data based on the ScalarDB data model and create schemas. Then, you can learn how to run transactions through the ScalarDB Core library and ScalarDB Cluster, a gRPC server that wraps the Core library. -To learn how to create correct, secure, and well-performing ScalarDB-based applications, see the following guides: - - [Model Your Data](data-modeling.mdx) - Run Through the CRUD Interface - [Use the ScalarDB Core Library](run-transactions-through-scalardb-core-library.mdx)