Skip to content

Commit 565d074

Browse files
authored
Merge pull request #38 from twlite/docs-update
docs: remove unstable callouts
2 parents 0f776c5 + 544a68a commit 565d074

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

apps/docs/pages/docs/buttonkit.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import { Tabs, Callout } from 'nextra/components';
22

33
# Using ButtonKit
44

5-
<Callout type="warning">
6-
This is currently only available in the [development
7-
version](/docs/installation#development-version) of CommandKit.
8-
</Callout>
9-
105
ButtonKit is an enhanced version of the native Discord.js [`ButtonBuilder`](https://old.discordjs.dev/#/docs/discord.js/main/class/ButtonBuilder), designed to simplify the process of creating and handling button interactions in your Discord bot.
116

127
It is not recommended to use this to listen for button clicks forever since it creates collectors. For that purpose, it's recommended to use a regular "interactionCreate" event listener.

apps/docs/pages/docs/commandkit.config.js-options.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
import { Callout } from 'nextra/components';
2-
31
# commandkit.config.js options
42

5-
<Callout type="warning">
6-
This is currently only available in the [development
7-
version](/docs/installation#development-version) of CommandKit.
8-
</Callout>
9-
103
CommandKit CLI can be configured using `commandkit.config` file in the root of your project directory (for example, by `package.json`). You can use either of the following files:
114

125
- `commandkit.js`

apps/docs/pages/docs/using-cli.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
import { Callout } from 'nextra/components';
2-
31
# Using CommandKit CLI
42

5-
<Callout type="warning">
6-
This is currently only available in the [development
7-
version](/docs/installation#development-version) of CommandKit.
8-
</Callout>
9-
103
CommandKit CLI allows you to start and build your bot application.
114

125
To get a list of the available CLI commands, run the following command inside your project directory:

apps/docs/pages/docs/using-signals.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import { Tabs, Callout } from 'nextra/components';
1+
import { Tabs } from 'nextra/components';
22

33
# Using Signals
44

5-
<Callout type="warning">
6-
This is currently only available in the [development
7-
version](/docs/installation#development-version) of CommandKit.
8-
</Callout>
9-
105
Signals are a way to add states and basic reactivity to your commands. It is similar to SolidJS signals.
116

127
## Creating a signal

0 commit comments

Comments
 (0)