Browse Source

Upgrade the PagerTree documentation with new screenshots and accurate directions for their new UI.

pull/761/head
Austin Miller 1 year ago
parent
commit
95d5f32d7f
  1. BIN
      static/img/integrations/setup_pagertree_1.png
  2. BIN
      static/img/integrations/setup_pagertree_2.png
  3. BIN
      static/img/integrations/setup_pagertree_3.png
  4. BIN
      static/img/integrations/setup_pagertree_4.png
  5. 37
      templates/integrations/add_pagertree.html

BIN
static/img/integrations/setup_pagertree_1.png

Before

Width: 1069  |  Height: 525  |  Size: 44 KiB

After

Width: 3840  |  Height: 1007  |  Size: 120 KiB

BIN
static/img/integrations/setup_pagertree_2.png

Before

Width: 590  |  Height: 378  |  Size: 6.1 KiB

After

Width: 3840  |  Height: 1946  |  Size: 753 KiB

BIN
static/img/integrations/setup_pagertree_3.png

Before

Width: 733  |  Height: 667  |  Size: 11 KiB

After

Width: 3840  |  Height: 1946  |  Size: 198 KiB

BIN
static/img/integrations/setup_pagertree_4.png

After

Width: 1920  |  Height: 1104  |  Size: 139 KiB

37
templates/integrations/add_pagertree.html

@ -10,7 +10,7 @@
<h1>PagerTree</h1>
<p>If your team uses <a href="https://pagertree.com">PagerTree</a>,
you can set up {{ site_name }} to create a PagerTree incident when
you can set up {{ site_name }} to create a PagerTree alert when
a check goes down, and resolve it when a check goes back up.</p>
<h2>Setup Guide</h2>
@ -19,13 +19,13 @@
<div class="col-sm-6">
<span class="step-no"></span>
<p>
Log into your PagerTree account, click the <strong>Integrations</strong> tab.
Then click the <strong>Create Integration</strong> button.
Log into your PagerTree account, navigate to the <a href="https://app.pagertree.com/integrations?direction=asc&limit=10&sort=tiny_id" target="_blank">Integrations page</a>.
Then click the <strong>New Integration</strong> button.
</p>
</div>
<div class="col-sm-6">
<div class="marker-wrap">
<span style="left: 89%; top: 19%;" class="marker"></span>
<span style="left: 89%; top: 35%;" class="marker"></span>
<img
class="ai-guide-screenshot"
alt="Click create integration button"
@ -34,18 +34,37 @@
</div>
</div>
<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no"></span>
<p>
Click the <strong>Healthchecks</strong> logo.
</p>
</div>
<div class="col-sm-6">
<div class="marker-wrap">
<span style="right: 84%; top: 80%;" class="marker"></span>
<img
class="ai-guide-screenshot"
alt="Create Healthchecks.io integration with details"
src="{% static 'img/integrations/setup_pagertree_2.png' %}">
</div>
</div>
</div>
<div class="row ai-step">
<div class="col-sm-6">
<span class="step-no"></span>
<p>
In the Create Integration Form, fill out the details with appropriate values, but most importantly make sure the <strong>Integration Type</strong> is set to <strong>Healthchecks.io</strong>. Then click the <strong>Create</strong> button.
In the New Integration Form, fill out the details with appropriate values. Then click the <strong>Create</strong> button.
</p>
</div>
<div class="col-sm-6">
<img
class="ai-guide-screenshot"
alt="Create Healthchecks.io integration with details"
src="{% static 'img/integrations/setup_pagertree_2.png' %}">
src="{% static 'img/integrations/setup_pagertree_3.png' %}">
</div>
</div>
@ -53,19 +72,19 @@
<div class="col-sm-6">
<span class="step-no"></span>
<p>
Copy the <strong>Endpoint address</strong> and paste it
Copy the <strong>Endpoint URL</strong> and paste it
in the form below.
Save the integration, and you are done!
</p>
</div>
<div class="col-sm-6">
<div class="marker-wrap">
<span style="left: 32%; top: 59%;" class="marker"></span>
<span style="left: 48%; top: 87%;" class="marker"></span>
<img
class="ai-guide-screenshot"
alt="Copy the Webhook URL"
src="{% static 'img/integrations/setup_pagertree_3.png' %}">
src="{% static 'img/integrations/setup_pagertree_4.png' %}">
</div>
</div>
</div>

Loading…
Cancel
Save