Skip to content

Commit 1c1ba3b

Browse files
authored
Capitalize sidebar menu (#493)
1 parent 91b4242 commit 1c1ba3b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

sidebars.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const sidebars = {
2929
docSidebar: [
3030
{
3131
type: "category",
32-
label: "Overview",
32+
label: "OVERVIEW",
3333
//collapsed: false,
3434
link: {
3535
type: "doc",
@@ -53,7 +53,7 @@ const sidebars = {
5353
},
5454
{
5555
type: "category",
56-
label: "Get Started",
56+
label: "GET STARTED",
5757
items: [
5858
{
5959
type: "doc",
@@ -101,7 +101,7 @@ const sidebars = {
101101
},
102102
{
103103
type: "category",
104-
label: "Connect Data In",
104+
label: "CONNECT DATA IN",
105105
link : {
106106
type: "doc",
107107
id: "connect-data-in",
@@ -179,7 +179,7 @@ const sidebars = {
179179
},
180180
{
181181
type: "category",
182-
label: "Transform Data",
182+
label: "TRANSFORM DATA",
183183
link: {
184184
type: "doc",
185185
id: "transform-data",
@@ -279,7 +279,7 @@ const sidebars = {
279279
},
280280
{
281281
type: "category",
282-
label: "Store & Serve Data",
282+
label: "STORE & SERVE DATA",
283283
link: {
284284
type: "doc",
285285
id: "store-and-serve-data",
@@ -376,7 +376,7 @@ const sidebars = {
376376
},
377377
{
378378
type: "category",
379-
label: "Send Data Out",
379+
label: "SEND DATA OUT",
380380
link: {
381381
type: "doc",
382382
id: "send-data-out",
@@ -475,7 +475,7 @@ const sidebars = {
475475
},
476476
{
477477
type: "category",
478-
label: "SQL Reference",
478+
label: "SQL REFERENCE",
479479
// customProps: { tag: "Popular" },
480480
items: [
481481
"query-syntax",
@@ -603,7 +603,7 @@ const sidebars = {
603603
},
604604
{
605605
type: "category",
606-
label: "Timeplus Proton (OSS)",
606+
label: "TIMEPLUS PROTON (OSS)",
607607
link: {
608608
type: "doc",
609609
id: "proton",
@@ -619,7 +619,7 @@ const sidebars = {
619619
},
620620
{
621621
type: "category",
622-
label: "Integrations",
622+
label: "INTEGRATIONS",
623623
items: [
624624
{
625625
type: "category",
@@ -742,7 +742,7 @@ const sidebars = {
742742
},
743743
{
744744
type: "category",
745-
label: "Deployment & Operations",
745+
label: "DEPLOYMENT & OPERATIONS",
746746
items: [
747747
{
748748
type: "category",
@@ -769,7 +769,7 @@ const sidebars = {
769769
},
770770
{
771771
type: "category",
772-
label: "Monitoring & Troubleshooting",
772+
label: "MONITORING & TROUBLESHOOTING",
773773
items: [
774774
"troubleshooting",
775775
"system-stream-state-log",
@@ -780,7 +780,7 @@ const sidebars = {
780780
},
781781
{
782782
type: "category",
783-
label: "Releases",
783+
label: "RELEASES",
784784
link: {
785785
type: "doc",
786786
id: "release-notes",

0 commit comments

Comments
 (0)