mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
chore(guide): consistent sidebar capitalization (#11175)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Action rows
|
||||
title: Action Rows
|
||||
---
|
||||
|
||||
Action rows are a layout component with five "slots" that can be filled with other components. At the time of writing this guide, buttons take up one slot and select menus take up five "slots". Accordingly, each `ActionRow` can hold up to 5 buttons or a single select menu. A message can have up to five rows without providing the `IsComponentsV2` message flag. If you want to place buttons or action rows into the message body, they have to be wrapped inside rows.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"title": "Interactive Components",
|
||||
"pages": ["action-rows", "buttons", "select-menus", "interactions"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user