[MAINTENANCE] Replace broken Wistia embed with YouTube on GX Core intro page#11932
Draft
joshua-stauffer wants to merge 1 commit into
Draft
[MAINTENANCE] Replace broken Wistia embed with YouTube on GX Core intro page#11932joshua-stauffer wants to merge 1 commit into
joshua-stauffer wants to merge 1 commit into
Conversation
…ro page The Wistia video (8d4jvi21ev) is no longer accessible. Switch the GX Core introduction page embed to the YouTube version of the same demo (https://www.youtube.com/watch?v=5S0lNuHLIPk) and remove the now-unused Wistia external script from docusaurus.config.js.
✅ Deploy Preview for niobium-lead-7998 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
8d4jvi21ev) embedded on the GX Core introduction page returns "Video not found" — it became inaccessible after the org migration to Fivetran.<iframe>with the equivalent YouTube embed (https://www.youtube.com/watch?v=5S0lNuHLIPk), which is the same "GX Core 1.0 demo" video.fast.wistia.net/assets/external/E-v1.js) fromdocusaurus.config.js.Files changed
docs/docusaurus/src/components/Videos/GXCoreVideoSnippet.js— swap Wistia iframe for YouTube embed; drop Wistia-specific class names and attributesdocs/docusaurus/docusaurus.config.js— remove Wistia script loaderTest plan