Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Interactions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ are opened by clicking on a button.
![Text Modal Example Image](../assets/interactions/modal-example.png)

This is what a Text Modal looks like. Easy to use and one of the most useful Message Components yet. To
learn more about text modals, please visit our [Modal Dialogs page](modal-dialogs)
learn more about text modals, please visit our [Modal Dialogs page](./Message-Components/modal-dialogs)

## Application Commands

Expand Down Expand Up @@ -238,7 +238,7 @@ And here's an example of a User Command:

<br />

Pretty cool, right? To learn more about these two, please read the [Context Menus guide](./context-menus.mdx)
Pretty cool, right? To learn more about these two, please read the [Context Menus guide](./Application-Commands/context-menus)

## [Application Commands](#application-commands) vs. [Prefix Commands](../Extensions/Commands/prefixed-commands.mdx)

Expand Down
14 changes: 10 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ const sidebars = {
items: [
"Interactions/Application-Commands/slash-commands",
"Interactions/Application-Commands/context-menus",
"Interactions/Application-Commands/buttons",
"Interactions/Application-Commands/dropdowns",
"Interactions/Application-Commands/modal-dialogs"
"Interactions/Application-Commands/localizations",
"Interactions/Application-Commands/modal-dialogs",
]
},
"Interactions/localizations"
{
type: "category",
label: "UI Components",
items: [
"Interactions/UI-Components/buttons",
"Interactions/UI-Components/dropdowns",
]
}
],
},
{
Expand Down