summaryrefslogtreecommitdiff
path: root/doc/integration/chat_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/integration/chat_commands.md')
-rw-r--r--doc/integration/chat_commands.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/integration/chat_commands.md b/doc/integration/chat_commands.md
index 4b0084678d9..2856992ee25 100644
--- a/doc/integration/chat_commands.md
+++ b/doc/integration/chat_commands.md
@@ -1,14 +1 @@
-# Chat Commands
-
-Chat commands allow user to perform common operations on GitLab right from there chat client.
-Right now both Mattermost and Slack are supported.
-
-## Available commands
-
-The trigger is configurable, but for the sake of this example, we'll use `/trigger`
-
-* `/trigger help` - Displays all available commands for this user
-* `/trigger issue new <title> <shift+return> <description>` - creates a new issue on the project
-* `/trigger issue show <id>` - Shows the issue with the given ID, if you've got access
-* `/trigger issue search <query>` - Shows a maximum of 5 items matching the query
-* `/trigger deploy <from> to <to>` - Deploy from an environment to another
+This document was moved to [integration/slash_commands.md](slash_commands.md).