diff --git a/frontend/docs/react-slider-with-final-space.md b/frontend/docs/react-slider-with-final-space.md index 583b440..fab3a95 100644 --- a/frontend/docs/react-slider-with-final-space.md +++ b/frontend/docs/react-slider-with-final-space.md @@ -1,6 +1,6 @@ --- -id: examples -title: Weibenfalk React Slider with Final Space API +id: slider +title: React Slider with Final Space API hide_title: false hide_table_of_contents: false keywords: @@ -12,20 +12,39 @@ keywords: - restapi - rest api - examples + - youtube video + - react slider description: How to use data from the Final Space API to populate a React Slider Component --- -### Examples Section +### Youtube Video Below is a video from youtuber Weibenfalk on how to use data from the Final Space API to populate a React Slider Component that he built a while ago. -[![React Slider with Final Space API](https://img.youtube.com/vi/zmwG5lYQYRo/0.jpg)](https://www.youtube.com/watch?v=zmwG5lYQYRo "React Slider with Final Space API") +
+ +
-**Connect with Thomas Weibenfalk here** +### **Connect with Thomas Weibenfalk** - [Website](https://www.weibenfalk.com) - [Twitter](https://twitter.com/weibenfalk) - [LinkedIn](https://www.linkedin.com/in/thomas-weibenfalk-76356611/) -- [Github](https://github.com/weibenfalk) +- [GitHub](https://github.com/weibenfalk) - [FreeCodeCamp](https://www.freecodecamp.org/news/author/thomas-weibenfalk/) - [Dev.to](https://dev.to/weibenfalk) diff --git a/frontend/sidebars.js b/frontend/sidebars.js index aae3ed5..978a692 100644 --- a/frontend/sidebars.js +++ b/frontend/sidebars.js @@ -1,7 +1,7 @@ module.exports = { someSidebar: { - "Getting Started": ["intro", "character", "episode", "examples"], - Examples: ["react", "vuejs", "javascript", "angular"], + "Getting Started": ["intro", "character", "episode"], + Examples: ["react", "vuejs", "javascript", "angular", "slider"], About: ["about"], }, }