We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af61cd6 commit 4df2095Copy full SHA for 4df2095
docs/markdown/11-conclusion/00-TITLE.md
@@ -0,0 +1,3 @@
1
+<!-- .slide: class="transition" -->
2
+
3
+# Conclusion
docs/scripts/slides.js
@@ -314,6 +314,12 @@ function optimization() {
314
];
315
}
316
317
+function conclusion() {
318
+ return [
319
+ `11-conclusion/00-TITLE.md`, //
320
+ ];
321
+}
322
323
function formation() {
324
return [
325
...schoolSlides(),
@@ -327,6 +333,7 @@ function formation() {
327
333
...statesSlides(),
328
334
...componentsLibraryAndTestingSlides(),
329
335
...optimization(),
336
+ ...conclusion(),
330
337
].map((slidePath) => {
331
338
return { path: slidePath };
332
339
});
0 commit comments