mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
webhooks: Remove second example screenshot from Sentry and Teamcity.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
@@ -763,10 +763,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
||||
"rhodecode": [ScreenshotConfig("push.json")],
|
||||
"rundeck": [ScreenshotConfig("start.json")],
|
||||
"semaphore": [ScreenshotConfig("pull_request.json")],
|
||||
"sentry": [
|
||||
ScreenshotConfig("event_for_exception_python.json"),
|
||||
ScreenshotConfig("issue_assigned_to_team.json", "002.png"),
|
||||
],
|
||||
"sentry": [ScreenshotConfig("event_for_exception_python.json")],
|
||||
"slack": [ScreenshotConfig("message_with_normal_text.json")],
|
||||
"sonarqube": [ScreenshotConfig("error.json")],
|
||||
"sonarr": [ScreenshotConfig("sonarr_episode_grabbed.json")],
|
||||
@@ -774,7 +771,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
||||
"statuspage": [ScreenshotConfig("incident_created.json")],
|
||||
"stripe": [ScreenshotConfig("charge_succeeded__card.json")],
|
||||
"taiga": [ScreenshotConfig("userstory_changed_status.json")],
|
||||
"teamcity": [ScreenshotConfig("success.json"), ScreenshotConfig("personal.json", "002.png")],
|
||||
"teamcity": [ScreenshotConfig("success.json")],
|
||||
"thinkst": [ScreenshotConfig("canary_consolidated_port_scan.json")],
|
||||
"transifex": [
|
||||
ScreenshotConfig(
|
||||
|
||||
@@ -52,7 +52,6 @@ Get Zulip notifications for the issues in your Sentry projects!
|
||||
{!congrats.md!}
|
||||
|
||||

|
||||

|
||||
|
||||
### Related documentation
|
||||
|
||||
|
||||
@@ -38,8 +38,6 @@ TeamCity username to a Zulip user (by matching it to a Zulip user's
|
||||
email address or full name), then that Zulip user will receive a direct
|
||||
message with the result of their personal build.
|
||||
|
||||

|
||||
|
||||
### Related documentation
|
||||
|
||||
- [tcWebHooks plugin][1]
|
||||
|
||||
Reference in New Issue
Block a user