Skip to content

Commit ee8f8c9

Browse files
AUTO: Docs repo sync - ScalarDB (#1402)
* AUTO: Sync ScalarDB docs in English to docs site repo * AUTO: Sync ScalarDB docs in English to docs site repo * Add `develop-run-analytical-queries-overview` doc --------- Co-authored-by: josh-wong <[email protected]> Co-authored-by: Josh Wong <[email protected]>
1 parent a842704 commit ee8f8c9

File tree

3 files changed

+28
-18
lines changed

3 files changed

+28
-18
lines changed

versioned_docs/version-3.14/_develop-run-analytical-queries-overview.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
tags:
3+
- Enterprise Option
4+
- Public Preview
5+
displayed_sidebar: docsEnglish
6+
---
7+
8+
# Run Analytical Queries Overview
9+
10+
In this sub-category, you can learn how to set up and configure ScalarDB Analytics, an analytics component of ScalarDB. After setting it up, you can run analytical queries over ScalarDB-managed databases, which are updated through ScalarDB transactions, and non-ScalarDB-managed databases.
11+
12+
To learn how to run analytical queries, see the following:
13+
14+
- [Run Analytical Queries Through ScalarDB Analytics](scalardb-analytics/run-analytical-queries.mdx)

versioned_sidebars/version-3.14-sidebars.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,20 @@
280280
]
281281
},
282282
{
283-
"type": "doc",
284-
"id": "scalardb-analytics/run-analytical-queries",
285-
"label": "Run Analytical Queries"
283+
"type": "category",
284+
"label": "Run Analytical Queries Overview",
285+
"collapsible": true,
286+
"link": {
287+
"type": "doc",
288+
"id": "develop-run-analytical-queries-overview"
289+
},
290+
"items": [
291+
{
292+
"type": "doc",
293+
"id": "scalardb-analytics/run-analytical-queries",
294+
"label": "Run Analytical Queries"
295+
}
296+
]
286297
},
287298
{
288299
"type": "category",

0 commit comments

Comments
 (0)