Skip to content

Commit

Permalink
Update commands.jsx (mattermost#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyblais authored and cpanato committed Aug 2, 2018
1 parent d94731e commit 643d31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/help/components/commands.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function HelpCommands() {
message.push(localizeMessage('help.commands.title', '# Executing Commands\n___'));
message.push(localizeMessage('help.commands.intro', 'Slash commands perform operations in Mattermost by typing into the text input box. Enter a `/` followed by a command and some arguments to perform actions.\n\nBuilt-in slash commands come with all Mattermost installations and custom slash commands are configurable to interact with external applications. Learn about configuring custom slash commands on the [developer slash command documentation page](http:https://docs.mattermost.com/developer/slash-commands.html).'));
message.push(localizeMessage('help.commands.builtin', '## Built-in Commands\nThe following slash commands are available on all Mattermost installations:'));
message.push('![commands](https://docs.mattermost.com/_images/slashCommandsTable1.PNG)');
message.push('![commands](https://s3.amazonaws.com/images.mattermost.com/slashCommandsTable1.png)');
message.push('![commands](https://s3.amazonaws.com/images.mattermost.com/slashCommandsTable2.png)');
message.push(localizeMessage('help.commands.builtin2', 'Begin by typing `/` and a list of slash command options appears above the text input box. The autocomplete suggestions help by providing a format example in black text and a short description of the slash command in grey text.'));
message.push('![autocomplete](https://docs.mattermost.com/_images/slashCommandsAutocomplete.PNG)');
message.push(localizeMessage('help.commands.custom', '## Custom Commands\nCustom slash commands integrate with external applications. For example, a team might configure a custom slash command to check internal health records with `/patient joe smith` or check the weekly weather forecast in a city with `/weather toronto week`. Check with your System Admin or open the autocomplete list by typing `/` to determine if your team configured any custom slash commands.'));
Expand Down

0 comments on commit 643d31d

Please sign in to comment.