Skip to content
Merged
Changes from all commits
Commits
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
34 changes: 25 additions & 9 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,15 +481,13 @@ const sidebars = {
{
type: "category",
label: "SQL REFERENCE",
// customProps: { tag: "Popular" },
items: [
"query-syntax",
"query-settings",
"datatypes",
{
type: "category",
label: "Statements",
customProps: { tag: "Popular" },
link: {
type: "generated-index",
title: "SQL Statements",
Expand All @@ -505,20 +503,40 @@ const sidebars = {
},
"sql-alter-stream",
"sql-alter-view",
"sql-create-alert",
{
label: "CREATE ALERT",
type: "link",
href: "https://docs.timeplus.com/alert",
},
"sql-create-database",
"sql-create-dictionary",
"sql-create-disk",
"sql-create-external-stream",
"sql-create-external-table",
"sql-create-format-schema",
"sql-create-function",
"sql-create-materialized-view",
"sql-create-mutable-stream",
{
label: "CREATE MATERIALIZED VIEW",
type: "link",
href: "https://docs.timeplus.com/materialized-view",
},
{
label: "CREATE MUTABLE STREAM",
type: "link",
href: "https://docs.timeplus.com/mutable-stream",
},
"sql-create-random-stream",
"sql-create-remote-function",
"sql-create-stream",
"sql-create-view",
{
label: "CREATE STREAM",
type: "link",
href: "https://docs.timeplus.com/append-stream",
},
{
label: "CREATE VIEW",
type: "link",
href: "https://docs.timeplus.com/view",
},
"sql-delete",
"sql-drop-alert",
"sql-drop-database",
Expand Down Expand Up @@ -725,7 +743,6 @@ const sidebars = {
{
type: "doc",
id: "integration-grafana",
customProps: { tag: "Popular" },
},
"sling",
"kafka-connect",
Expand Down Expand Up @@ -757,7 +774,6 @@ const sidebars = {
{
type: "doc",
id: "k8s-helm",
customProps: { tag: "Popular" },
},
],
},
Expand Down