-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Youtube link in index.html (replacing video tag over img) #1311
Comments
I can confirm that the video is not displayed correctly on the current index page of the online documentation. Clicking the image should actually open the video on the same page (no redirection to YouTube) in a modal It does however work locally for me as expected when I generate the documentation via Something probably went wrong when the online documentation was generated and my guess would be that it just needs to be regenerated to fix this problem. |
I see, Great, for working when locally generated via |
Maybe @srh can initiate a rebuild and redeploy of the documentation (no sure about the build pipelines there) and than we see whether it works again or not. I used the current I think we should stick to the current Ruby/Jekyll method of generating this and only use an embedded YouTube |
Thank you for the report. The website gets redeployed whenever we update the master branch (of www? of docs? I forget). So I merged one of the dependabot PR's: rethinkdb/www#300 and if that doesn't work, we have something to fix. |
The video still does not play. Maybe the rebuild is triggered by changes in the |
@clovergaze May be you can create a PR, with your local working code, via |
I used the most current code base to test this, I did not change anything.. or did you mean as a kind of dummy PR to trigger the build process for the |
yeah, a dummy PR to trigger the build process again and, you can assign yourself this issue and give a PR, and @srh may merge after approving. so that, this way it may work. 🙂 |
I created this simple pull request: #1312
Judging from what is written in |
The video still does not open as expected, so that did not fix it.. :( |
Describing the bug
A short intro video which is listed under the RethinkDB in two minutes isn't playing on the index.html page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clicking on the play symbol should actually play the video. That seems to be good for any user who views the docs
(also distracting redirecting to youtube website may not be a good thing)
Additional context
Efforts to change the above thing may not be a big change, but it's simply a dumb thing putting an image over there with a play symbol. Putting a hyperlink may also seem fine rather now it is.
The text was updated successfully, but these errors were encountered: