Skip to content

Commit

Permalink
Fixes plugins readme links (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Sep 15, 2022
1 parent 042af05 commit 4979063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin-guide/administration/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: Plugin Configurations

# Plugins

Much of Dispatch's functionality comes from its plugins. The current Dispatch web UI is limited to enabling and disabling plugins on a per-project basis. To make modifications to how plugins behave or are configured, changes must be deployed via the server configuration file. See the [server](../../server.md) configuration documentation for more infomation.
Much of Dispatch's functionality comes from its plugins. The current Dispatch web UI is limited to enabling and disabling plugins on a per-project basis. To make modifications to how plugins behave or are configured, changes must be deployed via the server configuration file. See the [server](../server.md) configuration documentation for more infomation.

By default, no plugins are _required_ to create an incident. As you enable plugins, they will be additive to the incident process (e.g., creating slack channels, google docs, etc.)

![](../../../../.gitbook/assets/admin-ui-incident-plugins.png)
![](../../../.gitbook/assets/admin-ui-incident-plugins.png)

Looking to add your own functionality to Dispatch via plugins? See the [contributing](../../../../contributing/plugins/README.md) documentation.
Looking to add your own functionality to Dispatch via plugins? See the [contributing](../../../contributing/plugins/README.md) documentation.

0 comments on commit 4979063

Please sign in to comment.