Skip to content

Commit 68cfc0e

Browse files
committed
fix: docs build
1 parent ee2673e commit 68cfc0e

File tree

7 files changed

+52
-16
lines changed

7 files changed

+52
-16
lines changed

apps/website/docs/guide/03-events/02-custom-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ documentation for the correct one.
2222
:::danger
2323

2424
Event namespace directories are **not** the same as
25-
[command categories](../02-commands/06-category-directory.mdx).
25+
[command categories](../02-commands/07-category-directory.mdx).
2626

2727
:::
2828

apps/website/docs/guide/04-jsx-components/01-using-jsx.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ configuration:
4444
CommandKit provides JSX versions for the following Discord.js
4545
builders:
4646

47-
- [`ActionRow`](./02-discord-components-v1/01-action-row.mdx)
48-
- [`Button`](./02-discord-components-v1/02-button.mdx)
49-
- [`SelectMenu`](./02-discord-components-v1/03-select-menu.mdx)
50-
- [`Modal`](./02-discord-components-v1/04-modal.mdx)
51-
- [`TextDisplay`](./03-discord-components-v2/01-text-display.mdx)
52-
- [`Container`](./03-discord-components-v2/02-container.mdx)
53-
- [`MediaGallery`](./03-discord-components-v2/03-media-gallery.mdx)
54-
- [`Separator`](./03-discord-components-v2/04-separator.mdx)
55-
- [`File`](./03-discord-components-v2/05-file.mdx)
56-
- [`Section`](./03-discord-components-v2/06-section.mdx)
47+
- [`ActionRow`](./02-interactive-components/01-action-row.mdx)
48+
- [`Button`](./02-interactive-components/02-button.mdx)
49+
- [`SelectMenu`](./02-interactive-components/03-select-menu.mdx)
50+
- [`Modal`](./02-interactive-components/04-modal.mdx)
51+
- [`TextDisplay`](./03-display-components/01-text-display.mdx)
52+
- [`Container`](./03-display-components/02-container.mdx)
53+
- [`MediaGallery`](./03-display-components/03-media-gallery.mdx)
54+
- [`Separator`](./03-display-components/04-separator.mdx)
55+
- [`File`](./03-display-components/05-file.mdx)
56+
- [`Section`](./03-display-components/06-section.mdx)
5757

5858
## Example usage
5959

apps/website/docs/guide/08-advanced/01-setup-commandkit-manually.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ slash command, or sends `!ping` in the chat.
154154

155155
The prefix for message commands can be changed globally or per-guild.
156156
Learn more
157-
[here](../02-commands/05-custom-message-commands-prefix.mdx).
157+
[here](../02-commands/04-message-commands.mdx#custom-prefixes).
158158

159159
:::
160160

apps/website/docs/guide/08-advanced/02-file-naming-conventions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ There are 3 types of middlewares you can create:
6060
:::info
6161

6262
You can learn more about middlewares
63-
[here](../02-commands/07-middlewares.mdx).
63+
[here](../02-commands/08-middlewares.mdx).
6464

6565
:::
6666

@@ -86,6 +86,6 @@ src/app/commands/
8686
:::info
8787

8888
You can learn more about command categories
89-
[here](../02-commands/06-category-directory.mdx).
89+
[here](../02-commands/07-category-directory.mdx).
9090

9191
:::

apps/website/docs/guide/08-advanced/04-migrating-from-v0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ control over command execution.
271271

272272
For comprehensive middleware documentation, including command and
273273
directory-specific middlewares, refer to the
274-
[middleware documentation](../02-commands/07-middlewares.mdx).
274+
[middleware documentation](../02-commands/08-middlewares.mdx).
275275

276276
## Development environment
277277

apps/website/docusaurus.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const maybeUpperCase = (str: string) => {
1919

2020
const config: Config = {
2121
title: 'CommandKit',
22-
tagline: 'The discord.js meta-framework',
22+
tagline:
23+
'The discord.js meta-framework with features such as AI-powered command handler, analytics, feature flags, and more.',
2324
favicon: 'img/favicon.ico',
2425
url: 'https://commandkit.dev',
2526
baseUrl: '/',

errors.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Error: MDX compilation failed for file
2+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/04-jsx-components/01-using-jsx.mdx"
3+
Cause: Docs markdown link couldn't be resolved:
4+
(./02-discord-components-v1/01-action-row.mdx) in source file
5+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/04-jsx-components/01-using-jsx.mdx"
6+
for version current Details: Error: Docs markdown link couldn't be
7+
resolved: (./02-discord-components-v1/01-action-row.mdx) in source
8+
file
9+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/04-jsx-components/01-using-jsx.mdx"
10+
for version current
11+
12+
---
13+
14+
Error: MDX compilation failed for file
15+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/01-setup-commandkit-manually.mdx"
16+
Cause: Docs markdown link couldn't be resolved:
17+
(../02-commands/05-custom-message-commands-prefix.mdx) in source file
18+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/01-setup-commandkit-manually.mdx"
19+
for version current Details: Error: Docs markdown link couldn't be
20+
resolved: (../02-commands/05-custom-message-commands-prefix.mdx) in
21+
source file
22+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/01-setup-commandkit-manually.mdx"
23+
for version current
24+
25+
---
26+
27+
Error: MDX compilation failed for file
28+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/02-file-naming-conventions.mdx"
29+
Cause: Docs markdown link couldn't be resolved:
30+
(../02-commands/06-category-directory.mdx) in source file
31+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/02-file-naming-conventions.mdx"
32+
for version current Details: Error: Docs markdown link couldn't be
33+
resolved: (../02-commands/06-category-directory.mdx) in source file
34+
"/Users/andromeda/Developer/oss/commandkit/apps/website/docs/guide/08-advanced/02-file-naming-conventions.mdx"
35+
for version current

0 commit comments

Comments
 (0)