Skip to content

Commit

Permalink
Chat Commands added to sidebar. (#114)
Browse files Browse the repository at this point in the history
* Update latest.ts

Changes to add "chat Commands" to sidebar

* Add files via upload

* Update conditions.md

Updated Reference to chatcommands

* Rename commands.md to eventcommands.md

renamed to differentiate between chat and event commands.

* Delete src/content/docs/en-US/design/chatcommands.md

Moved to ../events/chatcommands.md
  • Loading branch information
PyroTech03 authored Oct 9, 2023
1 parent 260a205 commit 52ecfc6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/en-US/design/conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion src/site/locales/en-US/latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 52ecfc6

Please sign in to comment.