docs(secret): drop VideoAside linking a private video - #6978
Open
MeGaurav4 wants to merge 1 commit into
Open
Conversation
The "Watch a video on how secrets work" link points to a private YouTube video, so viewers hit "This is a private video". Remove the aside until a replacement is available. Closes anomalyco#6975 Signed-off-by: MeGaurav4 <gaurav3.141592@gmail.com>
omercnet
approved these changes
Aug 28, 2026
omercnet
left a comment
There was a problem hiding this comment.
Confirmed the linked Secret video is private and the one-line removal is in the correct TypeDoc source. Regenerated the component docs: the Secret page no longer emits the broken VideoAside, and the complete website build succeeds. The other private VideoAside links noted in the description are pre-existing and outside issue #6975.
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.
Closes #6975
The VideoAside in the Secret component docs links
https://youtu.be/7tW2L3P6LKw, which is now private
("This is a private video"). Remove the aside until a
replacement exists.
Heads up while checking: the four other VideoAside embeds in
www/src/content/docs/docs/basics.mdx (linking resources, dev
mode, protect prod, preview environments) also resolve to
login-required players as of today. If those are intentionally
members-only, feel free to close this note; happy to strip or
swap them in a follow-up if wanted.