diff --git a/docs/src/pages/resources.tsx b/docs/src/pages/resources.tsx index 7f7520956..1f71a9507 100644 --- a/docs/src/pages/resources.tsx +++ b/docs/src/pages/resources.tsx @@ -54,31 +54,20 @@ const installationLinks = [ ], ]; -const youtubeRefs = [ - 'https://www.youtube.com/embed/24XDOkGJrEY', - 'https://www.youtube.com/embed/AqousXQ7YHw', - 'https://www.youtube.com/embed/JGeIHrQYhIs', - 'https://www.youtube.com/embed/z350Gbi463I', -]; - -const youtubeIds = [ +const youtubeVideos = [ [ - 0, '24XDOkGJrEY', 'The history and anatomy of Apache Superset', ], [ - 1, 'AqousXQ7YHw', 'Apache Superset for visualization and for data science', ], [ - 2, 'JGeIHrQYhIs', 'Apache Superset- Interactive Multi Tab Multiple Dashboards Samples', ], [ - 3, 'z350Gbi463I', 'Apache Superset - Interactive Sales Dashboard (Demo 1)', ], @@ -104,7 +93,7 @@ const resourcesContainer = css` interface featureProps { title: string, - descr: Array, + links: string[][], } const LinkSection = ({ title, links }: featureProps) => (