1# DokuWiki Discord Notifier
2
3A DokuWiki plugin that notifies a Discord channel room of wiki edits.
4
5![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_created.png)
6![Example updated notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_updated.png)
7![Example removed notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/event_deleted.png)
8
9## Install
10
11Download the latest [Release](https://github.com/zteeed/dokuwiki-discord-notifier/releases) and install the plugin using the [Plugin Manager](https://www.dokuwiki.org/plugin:plugin).  Refer to [Plugins](https://www.dokuwiki.org/plugins) on how to install plugins manually.
12
13## Configure
14
151. Create an Incoming Webhook on discord
16
17![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/config_discord.png)
18
192. Enter the webhook into the discordnotifier configuration section in DokuWiki's Configuration Settings.
20   To use multiple webhooks, separate them with semicolon.
21
22![Example Dokuwiki config](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/images/config.png)
23