-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[DOCS] Fix broken images #126648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Fix broken images #126648
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Perhaps we could dispense from the picture and just explain what to expect in the chart? Or leave the chart out of the snippet. I lack context though, so I might as well have suggested something impractical. Ignore my comment if you think that's the case. 🙇🏻♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🥝
(approving just in case you don't find another approach for this one).
Yes, I think there's definitely a better solution but since it's a small bit of content that's being re-used (and we're trying to avoid the complexity of re-use in general), I'll go ahead with the current solution of putting the same info in two places. |
💚 Backport successful
|
Relates to elastic/docs-content#1079
Fixes broken images in the following pages:
In the case of the images that are used in snippets...since the snippets are being used in pages that belong to two different
toc.yml
files in two different paths, it seems like the solution is to not re-use the snippet. Thus I've put the image in both of the appropriate folders and copied the re-used text into one of the files directly. Since the second usage of the snippet involves generated files, I've left it as-is for now.Preview