We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb3bd commit 29d77dcCopy full SHA for 29d77dc
sidebars.ts
@@ -108,10 +108,10 @@ const sidebars: SidebarsConfig = {
108
label: "Data Structures",
109
className: "custom-sidebar-data-structures",
110
items: [
111
- "GitHub/Data_Structures/python-array",
112
- "GitHub/Data_Structures/python-linked-list",
113
- "GitHub/Data_Structures/python-stack",
114
- "GitHub/Data_Structures/python-queue",
+ "python/Data_Structures/python-array",
+ "python/Data_Structures/python-linked-list",
+ "python/Data_Structures/python-stack",
+ "python/Data_Structures/python-queue",
115
]
116
}
117
],
0 commit comments