docs: fix MLflow video embed#16496
Merged
Merged
Conversation
Co-authored-by: Shurik <shurik@openclaw.ai> Co-authored-by: Narutama Aurum <narutamaaurum@gmail.com>
1ee354b to
ad87d7e
Compare
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.
Background
The MLflow observability page used Markdown image syntax for an
.mp4asset:That produces an image element, so the browser renders the hero media as a broken image even though the asset itself returns
200 OKwithcontent-type: video/mp4.I compared the two open PRs for #12472:
<video>element. It is stale because it edits the oldcontent/providers/05-observability/mlflow.mdxpath.Summary
This updates the current MLflow observability page at
content/providers/03-observability/mlflow.mdxto render the MP4 with a<video>element. The video keeps controls, usesmutedfor reliable autoplay, loops like a hero demo, and includes a fallback link inside the element.Checklist
pnpm changesetin the project root)Related Issues
Fixes #12472.
Supersedes and closes #12677.
Supersedes and closes #15924.
Co-authored-by: Shurik shurik@openclaw.ai
Co-authored-by: Narutama Aurum narutamaaurum@gmail.com