Skip to content

Commit c66d659

Browse files
committed
docs(sidebar): reorder data-structure entries in VuePress sidebar
- move `tree` before `graph` and `heap` in the data-structure children list - align sidebar topic order to a clearer progression: linear structure -> tree -> graph -> heap
1 parent b459f6d commit c66d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/sidebar/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ export default sidebar({
222222
collapsible: true,
223223
children: [
224224
"linear-data-structure",
225+
"tree",
225226
"graph",
226227
"heap",
227-
"tree",
228228
"red-black-tree",
229229
"bloom-filter",
230230
],

0 commit comments

Comments
 (0)