webhooks: Rename example screenshot images to match the default name.

The integrations - GoSquared, Greenhouse, OpsGenie and Zendesk - have
been using `000.png` as their example screenshots, renamed them to
match the default name `001.png`, to avoid passing them as arguments.
This commit is contained in:
Niloth P
2024-12-31 23:16:08 +05:30
committed by Tim Abbott
parent 57054112a7
commit 74d730f464
9 changed files with 7 additions and 8 deletions

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -723,9 +723,9 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"gitlab": [ScreenshotConfig("push_hook__push_local_branch_without_commits.json")],
"gocd": [ScreenshotConfig("pipeline_with_mixed_job_result.json")],
"gogs": [ScreenshotConfig("pull_request__opened.json")],
"gosquared": [ScreenshotConfig("traffic_spike.json", image_name="000.png")],
"gosquared": [ScreenshotConfig("traffic_spike.json")],
"grafana": [ScreenshotConfig("alert_values_v11.json")],
"greenhouse": [ScreenshotConfig("candidate_stage_change.json", image_name="000.png")],
"greenhouse": [ScreenshotConfig("candidate_stage_change.json")],
"groove": [ScreenshotConfig("ticket_started.json")],
"harbor": [ScreenshotConfig("scanning_completed.json")],
"hellosign": [
@@ -751,7 +751,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"netlify": [ScreenshotConfig("deploy_building.json")],
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json", "001.png")],
"opencollective": [ScreenshotConfig("one_time_donation.json")],
"opsgenie": [ScreenshotConfig("addrecipient.json", image_name="000.png")],
"opsgenie": [ScreenshotConfig("addrecipient.json")],
"pagerduty": [ScreenshotConfig("trigger_v2.json")],
"papertrail": [ScreenshotConfig("short_post.json", payload_as_query_param=True)],
"patreon": [ScreenshotConfig("members_pledge_create.json")],
@@ -797,7 +797,6 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"zendesk": [
ScreenshotConfig(
"",
"007.png",
use_basic_auth=True,
extra_params={
"ticket_title": "Hardware Ecosystem Compatibility Inquiry",

View File

@@ -26,7 +26,7 @@ Receive GoSquared notifications in Zulip!
{!congrats.md!}
![](/static/images/integrations/gosquared/000.png)
![](/static/images/integrations/gosquared/001.png)
{!event-filtering-additional-feature.md!}

View File

@@ -25,7 +25,7 @@ Receive Greenhouse notifications in Zulip!
{!congrats.md!}
![](/static/images/integrations/greenhouse/000.png)
![](/static/images/integrations/greenhouse/001.png)
### Related documentation

View File

@@ -19,7 +19,7 @@ Get Zulip notifications for your Opsgenie events!
{!congrats.md!}
![](/static/images/integrations/opsgenie/000.png)
![](/static/images/integrations/opsgenie/001.png)
{!event-filtering-additional-feature.md!}

View File

@@ -59,7 +59,7 @@ Get notifications about Zendesk tickets in Zulip!
{!congrats.md!}
![](/static/images/integrations/zendesk/007.png)
![](/static/images/integrations/zendesk/001.png)
### Related documentation