Move Events images out of service_management/ image folder#37512
Open
estherk15 wants to merge 1 commit into
Open
Move Events images out of service_management/ image folder#37512estherk15 wants to merge 1 commit into
estherk15 wants to merge 1 commit into
Conversation
Contributor
|
Relocates static/images/service_management/events/ to static/images/events/ and updates all markdown references across 42 files to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24f1470 to
62dca25
Compare
domalessi
reviewed
Jun 15, 2026
domalessi
left a comment
Contributor
There was a problem hiding this comment.
The translated files will still have the old paths, so those images will be broken until those files are updated. Best way forward is maybe to update the paths on those pages until Phrase gets to them?
| You may also [generate metrics][3] with 15-month retention from any event search query to create monitors and alerts based on historical events. | ||
|
|
||
| {{< img src="service_management/events/generate-metrics.png" alt="Image of metrics with the events search query." >}} | ||
| {{< img src="events/generate-metrics.png" alt="Image of metrics with the events search query." >}} |
Contributor
There was a problem hiding this comment.
Suggested change
| {{< img src="events/generate-metrics.png" alt="Image of metrics with the events search query." >}} | |
| {{< img src="events/guides/usage/generate-metrics.png" alt="Image of metrics with the events search query." >}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Moves
static/images/service_management/events/tostatic/images/events/and updates all markdown image references across 42 files to match. This is the first in a series of PRs to align the image folder structure with the currentcontent/en/layout following the Service Management content reorg.Merge instructions
Merge readiness:
Additional notes
No new content, this is mainly cleaning up from previous reorg