Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 8ce8c58

Browse files
committed
fix: reflect rename in sidebar
1 parent 13b261e commit 8ce8c58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guide/.vuepress/sidebar.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ export default {
7272
]
7373
},
7474
{
75-
text: 'Message Components',
75+
text: 'Interactive Components',
7676
children: [
77-
'/message-components/action-rows.md',
78-
'/message-components/buttons.md',
79-
'/message-components/select-menus.md',
80-
'/message-components/interactions.md',
77+
'/interactive-components/action-rows.md',
78+
'/interactive-components/buttons.md',
79+
'/interactive-components/select-menus.md',
80+
'/interactive-components/interactions.md',
8181
]
8282
},
8383
{
@@ -94,7 +94,7 @@ export default {
9494
'/popular-topics/audit-logs.md',
9595
'/popular-topics/canvas.md',
9696
'/popular-topics/collectors.md',
97-
'/popular-topics/components-v2.md',
97+
'/popular-topics/display-components.md',
9898
'/popular-topics/embeds.md',
9999
'/popular-topics/errors.md',
100100
'/popular-topics/formatters.md',

0 commit comments

Comments
 (0)