We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 376687e + 818e666 commit c6c4ed3Copy full SHA for c6c4ed3
sidebars.ts
@@ -114,17 +114,17 @@ const sidebars: SidebarsConfig = {
114
"python/Data_Structures/python-queue",
115
],
116
},
117
- ],
118
- },
119
- {
120
- type: "category",
121
- label: "Pandas",
122
- className: "custom-sidebar-pandas",
123
- items: [
124
- "Pandas/pd_intro",
125
- "Pandas/pd_dataframes",
126
- "Pandas/pd_input_output",
127
- "Pandas/pd_data_analysis",
+ {
+ type: "category",
+ label: "Pandas",
+ className: "custom-sidebar-pandas",
+ items: [
+ "Pandas/pd_intro",
+ "Pandas/pd_dataframes",
+ "Pandas/pd_input_output",
+ "Pandas/pd_data_analysis",
+ ],
+ },
128
129
130
{
0 commit comments