Skip to content

Commit 4df2095

Browse files
author
Antoine RICHARD
committed
feat: add conclusion slide
1 parent af61cd6 commit 4df2095

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!-- .slide: class="transition" -->
2+
3+
# Conclusion

docs/scripts/slides.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ function optimization() {
314314
];
315315
}
316316

317+
function conclusion() {
318+
return [
319+
`11-conclusion/00-TITLE.md`, //
320+
];
321+
}
322+
317323
function formation() {
318324
return [
319325
...schoolSlides(),
@@ -327,6 +333,7 @@ function formation() {
327333
...statesSlides(),
328334
...componentsLibraryAndTestingSlides(),
329335
...optimization(),
336+
...conclusion(),
330337
].map((slidePath) => {
331338
return { path: slidePath };
332339
});

0 commit comments

Comments
 (0)