Skip to content

Commit 6165e6a

Browse files
committed
chore: docgen
1 parent 843899e commit 6165e6a

9 files changed

+11
-11
lines changed

apps/docs/content/docs/classes/ButtonKit.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The API data associated with this component.
2323

2424
### public dispose(): ButtonKit
2525

26-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L165)
26+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L165)
2727

2828
### public onClick(handler, data?): this
2929

@@ -59,15 +59,15 @@ button.onClick(null);
5959
| handler | CommandKitButtonBuilderInteractionCollectorDispatch || The handler to run when the button is clicked |
6060
| data | CommandKitButtonBuilderInteractionCollectorDispatchContextData || The context data to use for the interaction collector |
6161

62-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L74)
62+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L74)
6363

6464
### public onEnd(handler): this
6565

6666
| Parameter | Type | Optional |
6767
| --------- | ---------------------------- | -------- |
6868
| handler | CommandKitButtonBuilderOnEnd ||
6969

70-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L98)
70+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L98)
7171

7272
### public setCustomId(customId): this
7373

apps/docs/content/docs/functions/defineConfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description: No description provided
99
| --------- | ---------------------------------------------------------------- | -------- |
1010
| config | PartialConfig\<[CommandKitConfig](/docs/types/CommandKitConfig)> ||
1111

12-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/config.ts#L71)
12+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/config.ts#L71)

apps/docs/content/docs/functions/getConfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: No description provided
55

66
### getConfig(): [CommandKitConfig](/docs/types/CommandKitConfig)
77

8-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/config.ts#L60)
8+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/config.ts#L60)

apps/docs/content/docs/types/CommandKitButtonBuilderInteractionCollectorDispatch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ If the first argument is null, it means that the interaction collector has been
1212
interaction: ButtonInteraction
1313
) => Awaitable\<void>
1414

15-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L17)
15+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L17)

apps/docs/content/docs/types/CommandKitButtonBuilderInteractionCollectorDispatchContextData.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ description: No description provided
1111
time: number
1212
} & Omit\<InteractionCollectorOptions\<ButtonInteraction>, 'filter' \| 'componentType'>
1313

14-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L23)
14+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L23)

apps/docs/content/docs/types/CommandKitButtonBuilderOnEnd.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description: No description provided
99
...args: unknown\[]
1010
) => Awaitable\<void>
1111

12-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/components/ButtonKit.ts#L21)
12+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/components/ButtonKit.ts#L21)

apps/docs/content/docs/types/CommandKitConfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ description: No description provided
1919
| src | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | N/A | The source directory of the project. |
2020
| watch | [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | N/A | Whether or not to use the watch mode. Defaults to `true`. |
2121

22-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/config.ts#L1)
22+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/config.ts#L1)

apps/docs/content/docs/types/CommandKitOptions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Options for instantiating a CommandKit handler.
1919
| skipBuiltInValidations | [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | N/A | Skip CommandKit's built-in validations (for devOnly commands). |
2020
| validationsPath | [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | N/A | The path to the validations directory. |
2121

22-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/types.ts#L20)
22+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/types.ts#L20)

apps/docs/content/docs/variables/version.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The current version of CommandKit.
99

1010
- Type: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
1111

12-
- [Source](https://github.com/underctrl-io/commandkit/blob/6ce87cba44f953b46a72430cb1272818640529f4/packages/commandkit/src/index.ts#L11)
12+
- [Source](https://github.com/underctrl-io/commandkit/blob/4bec6eb15c6d8d01a8ef971868bc7d589a20269e/packages/commandkit/src/index.ts#L11)

0 commit comments

Comments
 (0)