add placeholders for other doc pages

This commit is contained in:
MapleLeaf
2021-12-30 18:13:36 -06:00
parent a8aca507a5
commit 28fb487415
5 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
---
order: 3
meta:
title: Buttons
description: Using button components
---
# Buttons
todo

View File

@@ -1,9 +1,10 @@
---
order: 2
meta:
title: Embeds
description: Using dmbed components
description: Using embed components
---
# Embeds
just do it lol
todo

View File

@@ -0,0 +1,9 @@
---
meta:
title: Select Menus
description: Using select menu components
---
# Select Menus
todo

View File

@@ -77,3 +77,11 @@ const reacord = new ReacordDiscordJs(client, {
maxInstances: 3,
})
```
## Discord Slash Commands
<aside className="opacity-75 italic">
This section also applies to other kinds of application commands, such as context menu commands.
</aside>
todo

View File

@@ -1,7 +1,7 @@
/* eslint-disable unicorn/prefer-module */
// eslint-disable-next-line unicorn/prefer-module
module.exports = {
content: ["./app/**/*.{ts,tsx}"],
content: ["./app/**/*.{ts,tsx,md,mdx}"],
theme: {
fontFamily: {
sans: ["Rubik", "sans-serif"],