Skip to content

Commit 16f9df1

Browse files
authored
Hide some outdated pages since they are superceded by new content pages (#524)
1 parent 53a6af8 commit 16f9df1

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

sidebars.js

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,13 @@ const sidebars = {
481481
{
482482
type: "category",
483483
label: "SQL REFERENCE",
484-
// customProps: { tag: "Popular" },
485484
items: [
486485
"query-syntax",
487486
"query-settings",
488487
"datatypes",
489488
{
490489
type: "category",
491490
label: "Statements",
492-
customProps: { tag: "Popular" },
493491
link: {
494492
type: "generated-index",
495493
title: "SQL Statements",
@@ -505,20 +503,40 @@ const sidebars = {
505503
},
506504
"sql-alter-stream",
507505
"sql-alter-view",
508-
"sql-create-alert",
506+
{
507+
label: "CREATE ALERT",
508+
type: "link",
509+
href: "https://docs.timeplus.com/alert",
510+
},
509511
"sql-create-database",
510512
"sql-create-dictionary",
511513
"sql-create-disk",
512514
"sql-create-external-stream",
513515
"sql-create-external-table",
514516
"sql-create-format-schema",
515517
"sql-create-function",
516-
"sql-create-materialized-view",
517-
"sql-create-mutable-stream",
518+
{
519+
label: "CREATE MATERIALIZED VIEW",
520+
type: "link",
521+
href: "https://docs.timeplus.com/materialized-view",
522+
},
523+
{
524+
label: "CREATE MUTABLE STREAM",
525+
type: "link",
526+
href: "https://docs.timeplus.com/mutable-stream",
527+
},
518528
"sql-create-random-stream",
519529
"sql-create-remote-function",
520-
"sql-create-stream",
521-
"sql-create-view",
530+
{
531+
label: "CREATE STREAM",
532+
type: "link",
533+
href: "https://docs.timeplus.com/append-stream",
534+
},
535+
{
536+
label: "CREATE VIEW",
537+
type: "link",
538+
href: "https://docs.timeplus.com/view",
539+
},
522540
"sql-delete",
523541
"sql-drop-alert",
524542
"sql-drop-database",
@@ -725,7 +743,6 @@ const sidebars = {
725743
{
726744
type: "doc",
727745
id: "integration-grafana",
728-
customProps: { tag: "Popular" },
729746
},
730747
"sling",
731748
"kafka-connect",
@@ -757,7 +774,6 @@ const sidebars = {
757774
{
758775
type: "doc",
759776
id: "k8s-helm",
760-
customProps: { tag: "Popular" },
761777
},
762778
],
763779
},

0 commit comments

Comments
 (0)