From a139bb0738bb6b16480f3e9fcec305f44d1ae5a6 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 10 Jun 2021 10:19:37 +0200 Subject: [PATCH] client/#75 - fixed documentation Site Sync was showed instead of Slack --- website/docs/module_slack.md | 8 ++++---- website/sidebars.js | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/docs/module_slack.md b/website/docs/module_slack.md index 0a3d542393..dfdc46f8a4 100644 --- a/website/docs/module_slack.md +++ b/website/docs/module_slack.md @@ -1,5 +1,5 @@ --- -id: module_site_sync +id: module_slack title: Slack Integration Administration sidebar_label: Slack --- @@ -41,7 +41,7 @@ It is possible to create multiple tokens and configure different scopes for them ### Profiles Profiles are used to select when to trigger notification. One or multiple profiles -could be configured, `Families`, `Task names` (regex available), `Host names` and host combination is needed. +could be configured, `Families`, `Task names` (regex available), `Host names` combination is needed. Eg. If I want to be notified when render is published from Maya, setting is: @@ -54,10 +54,10 @@ Eg. If I want to be notified when render is published from Maya, setting is: Multiple messages could be delivered to one or multiple channels, by default app allows Slack bot to send messages to 'public' channels (eg. bot doesn't need to join the channel first). -![Configure module](assets/slack_system.png) +![Configure module](assets/slack_project.png) #### Upload thumbnail -Integration can upload 'thumbnail' file (if present in instance), for that bot must be +Integration can upload 'thumbnail' file (if present in an instance), for that bot must be manually added to target channel by Slack admin! (In target channel write: ```/invite @OpenPypeNotifier``) diff --git a/website/sidebars.js b/website/sidebars.js index 0b831bccb3..59071ec34f 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -78,7 +78,8 @@ module.exports = { "module_site_sync", "module_deadline", "module_muster", - "module_clockify" + "module_clockify", + "module_slack" ], }, {