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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "Additional Features"
}
1 change: 1 addition & 0 deletions apps/guide/content/docs/legacy/additional-info/meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"title": "Additional Info",
"pages": ["async-await", "collections", "es6-syntax", "notation", "rest-api", "proxy"]
}
2 changes: 1 addition & 1 deletion apps/guide/content/docs/legacy/additional-info/proxy.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using a proxy
title: Using a Proxy
---

This guide will show you how to set up a proxy with discord.js. This may be necessary if you are deploying your bot to a server with a firewall only allowing outside traffic through the proxy.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: Creating slash commands
title: Creating Slash Commands
---

## Creating slash commands

import { Step, Steps } from 'fumadocs-ui/components/steps';
import { File, Folder, Files } from 'fumadocs-ui/components/files';

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "Improving Your Dev Environment"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Package scripts
title: Package Scripts
---

## Setting up package.json scripts
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"title": "Interactive Components",
"pages": ["action-rows", "buttons", "select-menus", "interactions"]
}
1 change: 1 addition & 0 deletions apps/guide/content/docs/legacy/popular-topics/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"title": "Popular Topics",
"defaultOpen": true,
"pages": ["!faq", "...", "!display-components"]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Adding your App
title: Adding Your App
---

After you set up a bot application, you'll notice that it's not in any servers yet. So how does that work?
Expand Down
3 changes: 3 additions & 0 deletions apps/guide/content/docs/legacy/slash-commands/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"title": "Slash Commands"
}