add finetuning video#14
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an embedded tutorial video at the top of the Finetuning overview page, plus a small CSS rule to style embedded documentation videos consistently.
Changes:
- Embed a
<video>element (with poster image and fallback link) indocs/finetuning/overview.mdxpointing at a hosted.movwalkthrough. - Introduce a
.docs-videoCSS class with 16:9 aspect ratio, border, radius, and surface background to standardize doc video presentation.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/finetuning/overview.mdx | Inserts the tutorial video block (with poster and fallback anchor) below the intro paragraph. |
| src/css/custom.css | Adds the .markdown .docs-video style used by the embedded video. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+17
to
+19
| src="https://depot.moondream.ai/v/lens_player_with_ball_tutorial.mov" | ||
| > | ||
| <a href="https://depot.moondream.ai/v/lens_player_with_ball_tutorial.mov"> |
Comment on lines
+17
to
+23
| src="https://depot.moondream.ai/v/lens_player_with_ball_tutorial.mov" | ||
| > | ||
| <a href="https://depot.moondream.ai/v/lens_player_with_ball_tutorial.mov"> | ||
| <span>Open the video tutorial.</span> | ||
| </a> | ||
| </video> | ||
|
|
1be1931 to
a3b9398
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.
adding the video