Skip to content

Commit

Permalink
Merge pull request #60 from una-auxme/58-feature-document-the-webhook…
Browse files Browse the repository at this point in the history
…-for-the-github-repository

Add documentation for Discord webhook integration
  • Loading branch information
ll7 authored Nov 20, 2023
2 parents ab21d82 + fe02866 commit 31c6563
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/02_development/12_discord_webhook.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/una-auxme/paf23/settings/hooks>.
The Webhook post updates from the repository in the `#gitupdates` channel.
Helpful tutorial can be found here: <https://youtu.be/vbzzvzO51-4>
4 changes: 4 additions & 0 deletions doc/02_development/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 31c6563

Please sign in to comment.