diff --git a/src/content/docs/en-US/design/conditions.md b/src/content/docs/en-US/design/conditions.md index f43bdc79..65a7e2d9 100644 --- a/src/content/docs/en-US/design/conditions.md +++ b/src/content/docs/en-US/design/conditions.md @@ -56,7 +56,7 @@ title: Conditions ![String](https://github.com/AscensionGameDev/Intersect-Documentation/assets/72468758/cd71765a-07a3-4852-a0aa-8290502d5db2) - *Conparator*: Allows you to select a comparator to check strings. The options are (`Equal To`, `Contains`). -- *Static Value*: Allows you to set a string to use the comparator on. `Equal To` is case sensitive. Text variables work in this field! Click [here](./chatcommands.md) for more information about them. +- *Static Value*: Allows you to set a string to use the comparator on. `Equal To` is case sensitive. Text variables work in this field! Click [here](../events/chatcommands.md) for more information about them. ### Has Item diff --git a/src/content/docs/en-US/design/chatcommands.md b/src/content/docs/en-US/events/chatcommands.md similarity index 100% rename from src/content/docs/en-US/design/chatcommands.md rename to src/content/docs/en-US/events/chatcommands.md diff --git a/src/content/docs/en-US/events/commands.md b/src/content/docs/en-US/events/eventcommands.md similarity index 100% rename from src/content/docs/en-US/events/commands.md rename to src/content/docs/en-US/events/eventcommands.md diff --git a/src/site/locales/en-US/latest.ts b/src/site/locales/en-US/latest.ts index e2147558..58c6285b 100644 --- a/src/site/locales/en-US/latest.ts +++ b/src/site/locales/en-US/latest.ts @@ -167,7 +167,8 @@ export const sidebar: LocalizedSidebar = { collapsible: true, children: [ '/events/introduction.md', - '/events/commands.md', + '/events/eventcommands.md', + '/events/chatcommands.md', '/events/pages.md', '/events/common.md', '/events/examples.md',