Skip to content
Snippets Groups Projects
Commit 13a7afb5 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Hide tutorials and put placeholder video

parent da083773
No related branches found
No related tags found
No related merge requests found
items:
- title: Tutorial 1 Title
description: Short description of tutorial
link: '#'
- title: Tutorial 2 Title
description: Short description of tutorial
link: '#'
items: []
......@@ -19,7 +19,7 @@ const renderTutorialPlaylist = async () => {
if (!tutorialContainerElement) return;
try {
const response = await fetch('https://api.eclipse.org/media/youtube/playlists/PLy7t4z5SYNaRoQ4o40i6zfD0ZuoenX7ph');
const response = await fetch('https://api.eclipse.org/media/youtube/videos/q458r3cPwsE');
const playlist = await response.json();
tutorialContainerElement.innerHTML = playlist.player.embed_html;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment