From 042af05b44a75eb212a98b744b77fd97cf258c66 Mon Sep 17 00:00:00 2001 From: Marc Vilanova <39573146+mvilanova@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:31:37 -0700 Subject: [PATCH] Fixes docs and images paths (#2526) --- docs/SUMMARY.md | 14 +++++++------- .../plugins/configuring-pagerduty.md | 2 +- .../administration/plugins/configuring-slack.md | 12 ++++++------ docs/admin-guide/administration/templates.md | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index eda4f9527193..56f6a4314bfb 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -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) diff --git a/docs/admin-guide/administration/plugins/configuring-pagerduty.md b/docs/admin-guide/administration/plugins/configuring-pagerduty.md index e2947ca00b76..87c26d5fdff5 100644 --- a/docs/admin-guide/administration/plugins/configuring-pagerduty.md +++ b/docs/admin-guide/administration/plugins/configuring-pagerduty.md @@ -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) diff --git a/docs/admin-guide/administration/plugins/configuring-slack.md b/docs/admin-guide/administration/plugins/configuring-slack.md index ddc3f59f1218..489d54d9eb78 100644 --- a/docs/admin-guide/administration/plugins/configuring-slack.md +++ b/docs/admin-guide/administration/plugins/configuring-slack.md @@ -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 @@ -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//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 @@ -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. @@ -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) diff --git a/docs/admin-guide/administration/templates.md b/docs/admin-guide/administration/templates.md index 1d2462b75570..8a2e8a074235 100644 --- a/docs/admin-guide/administration/templates.md +++ b/docs/admin-guide/administration/templates.md @@ -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. @@ -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)