diff --git a/apps/docs/pages/docs/buttonkit.mdx b/apps/docs/pages/docs/buttonkit.mdx index 7e967b89..6dc855c4 100644 --- a/apps/docs/pages/docs/buttonkit.mdx +++ b/apps/docs/pages/docs/buttonkit.mdx @@ -2,11 +2,6 @@ import { Tabs, Callout } from 'nextra/components'; # Using ButtonKit - - This is currently only available in the [development - version](/docs/installation#development-version) of CommandKit. - - 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. 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. diff --git a/apps/docs/pages/docs/commandkit.config.js-options.mdx b/apps/docs/pages/docs/commandkit.config.js-options.mdx index 141addbb..55d70c49 100644 --- a/apps/docs/pages/docs/commandkit.config.js-options.mdx +++ b/apps/docs/pages/docs/commandkit.config.js-options.mdx @@ -1,12 +1,5 @@ -import { Callout } from 'nextra/components'; - # commandkit.config.js options - - This is currently only available in the [development - version](/docs/installation#development-version) of CommandKit. - - 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: - `commandkit.js` diff --git a/apps/docs/pages/docs/using-cli.mdx b/apps/docs/pages/docs/using-cli.mdx index 5d10548c..41046b7d 100644 --- a/apps/docs/pages/docs/using-cli.mdx +++ b/apps/docs/pages/docs/using-cli.mdx @@ -1,12 +1,5 @@ -import { Callout } from 'nextra/components'; - # Using CommandKit CLI - - This is currently only available in the [development - version](/docs/installation#development-version) of CommandKit. - - CommandKit CLI allows you to start and build your bot application. To get a list of the available CLI commands, run the following command inside your project directory: diff --git a/apps/docs/pages/docs/using-signals.mdx b/apps/docs/pages/docs/using-signals.mdx index 9ca30b97..5ac3fa79 100644 --- a/apps/docs/pages/docs/using-signals.mdx +++ b/apps/docs/pages/docs/using-signals.mdx @@ -1,12 +1,7 @@ -import { Tabs, Callout } from 'nextra/components'; +import { Tabs } from 'nextra/components'; # Using Signals - - This is currently only available in the [development - version](/docs/installation#development-version) of CommandKit. - - Signals are a way to add states and basic reactivity to your commands. It is similar to SolidJS signals. ## Creating a signal