Skip to content

Commit 2d44bba

Browse files
committed
Corrected path/syntax in sidebars.ts
1 parent 003cd07 commit 2d44bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sidebars.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ const sidebars: SidebarsConfig = {
118118
},
119119
{
120120
type: "category",
121-
Lable: "Pandas",
121+
label: "Pandas",
122122
className: "custom-sidebar-pandas",
123123
items: [
124124
"Pandas/pd_intro",
125125
"Pandas/pd_dataframes",
126126
"Pandas/pd_input_output",
127127
"Pandas/pd_data_analysis",
128-
]
129-
}
128+
],
129+
},
130130
{
131131
type: "category",
132132
label: "🗄️ SQL",

0 commit comments

Comments
 (0)