chore(guide): consistent sidebar capitalization (#11175)

This commit is contained in:
Souji
2025-10-14 02:16:26 +02:00
committed by GitHub
parent f9ca29e3e4
commit a2d4f187ca
11 changed files with 17 additions and 7 deletions

View File

@@ -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.

View File

@@ -1,3 +1,4 @@
{
"title": "Interactive Components",
"pages": ["action-rows", "buttons", "select-menus", "interactions"]
}