Skip to content

Commit

Permalink
Add slides
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 14, 2025
1 parent bfd555c commit cab7ada
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/slides/01-Single Responsibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
slug: /slides
---
import GoingFurther from "@site/components/GoingFurther"

## Slides

NB: il y a des commentaires sur certaines slides, pensez à les lire 😉

https://docs.google.com/presentation/d/18aRPUkXi30gHWpvKvwurxDO-Nj5GkceuJKqFGsAi-10/edit?usp=sharing

## Pour aller plus loin

<GoingFurther resources = {[
{
title: "Why You Shouldn't Nest Your Code",
author: "CodeAesthetic",
link: "https://youtu.be/CFRhGnuXG-4",
duration: "8min",
},
{
title: "SOLID, Revisited",
author: "Tony Van Eerd",
link: "https://youtu.be/glYq-dvgby4",
duration: "1h30",
},
]}/>
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
lessons: [{ type: "autogenerated", dirName: "lessons" }],
slides: [{ type: "autogenerated", dirName: "slides" }],
}
1 change: 1 addition & 0 deletions website.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = async () => {
main_page_link: "lessons",
navbar_items: [
{ to: "/lessons", label: "Lessons", position: "left" },
{ to: "/slides", label: "Slides", position: "left" },
{ to: "/resources", label: "Resources", position: "left" },
{ to: "/tools", label: "Tools", position: "left" },
{ to: "/sujet", label: "Sujet", position: "left" },
Expand Down

0 comments on commit cab7ada

Please sign in to comment.