Skip to content

Commit

Permalink
keep the folder but change the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
hengm3467 committed Jan 2, 2025
1 parent 19783b8 commit c1f5e1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,11 @@
{
"group": "Serve data",
"pages": [
"serve/overview",
"serve/query-with-select",
"serve/query-from-visualization-tools",
"serve/risingwave-as-postgres-fdw",
"serve/subscription"
"query/overview",
"query/query-with-select",
"query/query-from-visualization-tools",
"query/risingwave-as-postgres-fdw",
"query/subscription"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion query/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Query data in RisingWave"
title: "Serve data in RisingWave"
description: "RisingWave allows you to access and use insights from your streaming data immediately. It also functions like any other database, allowing you to query batch or raw data that you've inserted."
sidebarTitle: Overview
---
Expand Down
3 changes: 2 additions & 1 deletion serve/query-from-visualization-tools.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: "Query from visualization tools"
title: "Access data from visualization tools"
url: "/integrations/visualization/overview"
sidebarTitle: "Access from visualization tools"
---

0 comments on commit c1f5e1a

Please sign in to comment.