From b10f35019f0b39f9fbf0e556c338c9cc144d6040 Mon Sep 17 00:00:00 2001 From: Samantha Burger Date: Thu, 6 Mar 2025 14:59:16 -0800 Subject: [PATCH 1/3] Update TextChatCommand.yaml A documentation report was filed by a dev regarding the clarity of using TextChatCommands. Proposed solution is to directly link the examples page to the documentation guide to improve visibility to developers. --- content/en-us/reference/engine/classes/TextChatCommand.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml index 3ea8aea9f..3042bb363 100644 --- a/content/en-us/reference/engine/classes/TextChatCommand.yaml +++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml @@ -8,7 +8,8 @@ description: | Represents a text chat command. Can be used to create custom text chat commands when parented to `Class.TextChatService`. Custom commands can have up to two aliases, and the Triggered event fires when a user types - "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. + "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of + creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands) To learn more about using `Class.TextChatService`, see [In-Experience Text Chat](../../../chat/in-experience-text-chat.md). From 8d0de95d724b05e0e68c4f5b40ca2090cee301c9 Mon Sep 17 00:00:00 2001 From: Samantha Burger Date: Thu, 6 Mar 2025 15:06:16 -0800 Subject: [PATCH 2/3] Update TextChatCommand.yaml --- content/en-us/reference/engine/classes/TextChatCommand.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml index 3042bb363..0f7a9c3b9 100644 --- a/content/en-us/reference/engine/classes/TextChatCommand.yaml +++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml @@ -9,7 +9,7 @@ description: | commands when parented to `Class.TextChatService`. Custom commands can have up to two aliases, and the Triggered event fires when a user types "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of - creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands) + creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands.md) To learn more about using `Class.TextChatService`, see [In-Experience Text Chat](../../../chat/in-experience-text-chat.md). From 414ce6eeb98c832a3b94c73ede09a26a765f017c Mon Sep 17 00:00:00 2001 From: julia Date: Thu, 6 Mar 2025 15:22:42 -0800 Subject: [PATCH 3/3] Copyediting --- .../reference/engine/classes/TextChatCommand.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/en-us/reference/engine/classes/TextChatCommand.yaml b/content/en-us/reference/engine/classes/TextChatCommand.yaml index 0f7a9c3b9..dd5a2d540 100644 --- a/content/en-us/reference/engine/classes/TextChatCommand.yaml +++ b/content/en-us/reference/engine/classes/TextChatCommand.yaml @@ -6,13 +6,14 @@ summary: | Represents a text chat command. description: | Represents a text chat command. Can be used to create custom text chat - commands when parented to `Class.TextChatService`. Custom commands can have up - to two aliases, and the Triggered event fires when a user types - "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of - creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands.md) + commands when parented to `Class.TextChatService`. + Custom commands can have up to two aliases, and the Triggered event fires when a user types + "/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For an example of custom commands, + see [Custom text chat commands](../../../chat/examples/custom-text-chat-commands.md). + To learn more about using `Class.TextChatService`, see - [In-Experience Text Chat](../../../chat/in-experience-text-chat.md). + [In-experience text chat](../../../chat/in-experience-text-chat.md). code_samples: [] inherits: - Instance