From fe02866d88176ca325507593c647ae39f7df284d Mon Sep 17 00:00:00 2001 From: Lennart Luttkus Date: Wed, 15 Nov 2023 16:46:36 +0100 Subject: [PATCH] Add documentation for Discord webhook integration --- doc/02_development/12_discord_webhook.md | 9 +++++++++ doc/02_development/Readme.md | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 doc/02_development/12_discord_webhook.md diff --git a/doc/02_development/12_discord_webhook.md b/doc/02_development/12_discord_webhook.md new file mode 100644 index 00000000..f9b427f5 --- /dev/null +++ b/doc/02_development/12_discord_webhook.md @@ -0,0 +1,9 @@ +# Discord Webhook + +Author: Lennart Luttkus, 15.11.2023 + +The discord bot has access to the `#gitupdates` text channel on our discord server. +It is an Integration as a Webhook. +Settings for this webhook can be found in the repository settings . +The Webhook post updates from the repository in the `#gitupdates` channel. +Helpful tutorial can be found here: diff --git a/doc/02_development/Readme.md b/doc/02_development/Readme.md index 97371a4f..3b06e139 100644 --- a/doc/02_development/Readme.md +++ b/doc/02_development/Readme.md @@ -34,3 +34,7 @@ This template functions a template for who to build knowledge articles for every ### [`template_wiki_page_empty.md`](./templates/template_wiki_page_empty.md) This template functions a template for who to build knowledge articles for everyone to understand. The basic structure should be kept for all articles. This template is empty and can be used straight forward. + +## Discord Webhook + +[Discord Webhook Documentation](./11_discord_webhook.md)