Skip to content

Commit

Permalink
Fixes docs and images paths (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Sep 15, 2022
1 parent 310fa7a commit 042af05
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
- [Installation](installation.md)
- [Administration Guide](user-guide/administration/README.md)
- [Project](admin-guide/administration/project.md)
- [Plugins](admin-guide/administration/incident/plugins/README.md)
- [Configuring G Suite](admin-guide/administration/incident/plugins/configuring-g-suite.md)
- [Configuring Jira](admin-guide/administration/incident/plugins/configuring-jira.md)
- [Configuring Opsgenie](admin-guide/administration/incident/plugins/configuring-opsgenie.md)
- [Configuring PagerDuty](admin-guide/administration/incident/plugins/configuring-pagerduty.md)
- [Configuring Slack](admin-guide/administration/incident/plugins/configuring-slack.md)
- [Configuring Zoom](admin-guide/administration/incident/plugins/configuring-zoom.md)
- [Plugins](admin-guide/administration/plugins/README.md)
- [Configuring G Suite](admin-guide/administration/plugins/configuring-g-suite.md)
- [Configuring Jira](admin-guide/administration/plugins/configuring-jira.md)
- [Configuring Opsgenie](admin-guide/administration/plugins/configuring-opsgenie.md)
- [Configuring PagerDuty](admin-guide/administration/plugins/configuring-pagerduty.md)
- [Configuring Slack](admin-guide/administration/plugins/configuring-slack.md)
- [Configuring Zoom](admin-guide/administration/plugins/configuring-zoom.md)
- [Templates](admin-guide/administration/templates.md)
- [Contacts](admin-guide/administration/contact/README.md)
- [Services](admin-guide/administration/contact/service.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Add the following env vars to your `.env` file.

Go to /services on your Web server running Dispatch and add a new service. Select type `pagerduty-oncall` and add your PagerDuty Service ID in the external id field.

![](../../../../.gitbook/assets/pagerduty-service-setup.png)
![](../../../.gitbook/assets/pagerduty-service-setup.png)
12 changes: 6 additions & 6 deletions docs/admin-guide/administration/plugins/configuring-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You will need to set the following configuration settings for your Slack app in

To enable Dispatch to process Slack events, ensure your bot is subscribed to the following events:

![](../../../../.gitbook/assets/slack-setup-events.png)
![](../../../.gitbook/assets/slack-setup-events.png)

### Interactivity

Expand All @@ -61,11 +61,11 @@ To enable Dispatch to generate interactive components such as dialogs and modals

To enable Dispatch's slash commands, you must add them to your Slack app first. Ensure that the `Command` field in the Slack API Web UI matches the name of the command name in the Slack plugin in the Dispatch Web UI and that the `Request URL` points to the events command API endpoint of the Dispatch server at `/api/v1/<organization>/events/slack/command`.

![](../../../../.gitbook/assets/slack-setup-commands-0.png)
![](../../../.gitbook/assets/slack-setup-commands-0.png)

![](../../../../.gitbook/assets/slack-setup-commands-1.png)
![](../../../.gitbook/assets/slack-setup-commands-1.png)

![](../../../../.gitbook/assets/slack-setup-commands-2.png)
![](../../../.gitbook/assets/slack-setup-commands-2.png)

### OAuth & Permissions

Expand Down Expand Up @@ -147,7 +147,7 @@ The Dispatch Slack plugins for conversation management and resolving contact inf

> The name of the slash commands that your Slack app will expose.
![](../../../../.gitbook/assets/slack-plugin-conversation-management.png)
![](../../../.gitbook/assets/slack-plugin-conversation-management.png)

You can override their values if you wish to do so. Included below are their descriptions for easy cut & paste into your Slack app slash commands set-up.

Expand Down Expand Up @@ -196,4 +196,4 @@ You can override their values if you wish to do so. Included below are their des

> The profile field ID where the weblink is mapped.
![](../../../../.gitbook/assets/slack-plugin-contact-information-resolver.png)
![](../../../.gitbook/assets/slack-plugin-contact-information-resolver.png)
6 changes: 3 additions & 3 deletions docs/admin-guide/administration/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are several types of templates that Dispatch supports:
- Review
- Tracking

![](../../../.gitbook/assets/admin-ui-create-edit-template.png)
![](../../.gitbook/assets/admin-ui-create-edit-template.png)

**Name:** Name of the template.

Expand Down Expand Up @@ -99,6 +99,6 @@ Case and incident templates can be associated to their corresponding types. This

Additionally, templates can be associated with multiple case or incident types, if for example, you only want to use one template.

![](../../../.gitbook/assets/admin-ui-associate-case-template.png)
![](../../.gitbook/assets/admin-ui-associate-case-template.png)

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

0 comments on commit 042af05

Please sign in to comment.