Skip to content

Commit 29a2ecc

Browse files
committed
organization and more activities
1 parent 46e9835 commit 29a2ecc

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

docs/flowchart.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>STEMcoding – Activities Flowchart</title>
10+
<title>STEMcoding – Activities Flowcharts</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -66,6 +66,7 @@
6666
"search-label": "Search"
6767
}
6868
}</script>
69+
<meta name="mermaid-theme" content="forest">
6970
<script src="site_libs/quarto-diagram/mermaid.min.js"></script>
7071
<script src="site_libs/quarto-diagram/mermaid-init.js"></script>
7172
<link href="site_libs/quarto-diagram/mermaid.css" rel="stylesheet">
@@ -136,7 +137,7 @@ <h2 id="toc-title">On this page</h2>
136137

137138
<header id="title-block-header" class="quarto-title-block default">
138139
<div class="quarto-title">
139-
<h1 class="title">Activities Flowchart</h1>
140+
<h1 class="title">Activities Flowcharts</h1>
140141
</div>
141142

142143

docs/search.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,35 +289,35 @@
289289
{
290290
"objectID": "flowchart.html",
291291
"href": "flowchart.html",
292-
"title": "Activities Flowchart",
292+
"title": "Activities Flowcharts",
293293
"section": "",
294294
"text": "flowchart LR\n A[Lunar Descent] --&gt; B[Bellicose Birds]"
295295
},
296296
{
297297
"objectID": "flowchart.html#lunar-descent",
298298
"href": "flowchart.html#lunar-descent",
299-
"title": "Activities Flowchart",
299+
"title": "Activities Flowcharts",
300300
"section": "",
301301
"text": "flowchart LR\n A[Lunar Descent] --&gt; B[Bellicose Birds]"
302302
},
303303
{
304304
"objectID": "flowchart.html#move-the-blob",
305305
"href": "flowchart.html#move-the-blob",
306-
"title": "Activities Flowchart",
306+
"title": "Activities Flowcharts",
307307
"section": "Move the Blob",
308308
"text": "Move the Blob\n\n\n\n\n\nflowchart LR\n A[Move the Blob] --&gt; B[Accelerate the Blob]\n B --&gt; C[Apollo Moon Landing]\n C --&gt; D[Bird Launcher]"
309309
},
310310
{
311311
"objectID": "flowchart.html#pong",
312312
"href": "flowchart.html#pong",
313-
"title": "Activities Flowchart",
313+
"title": "Activities Flowcharts",
314314
"section": "Pong",
315315
"text": "Pong\n\n\n\n\n\nflowchart LR\n A[Pong] --&gt; B[Bonk.io Clone]"
316316
},
317317
{
318318
"objectID": "flowchart.html#slingshot-with-gravity",
319319
"href": "flowchart.html#slingshot-with-gravity",
320-
"title": "Activities Flowchart",
320+
"title": "Activities Flowcharts",
321321
"section": "Slingshot with Gravity!",
322322
"text": "Slingshot with Gravity!\n\n\n\n\n\nflowchart LR\n A[Slingshot with Gravity!] --&gt; B[Escape Velocity and Newtonian Black Holes]\n A --&gt; C[Exoplanets]"
323323
}

flowchart.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
title: "Activities Flowchart"
2+
title: "Activities Flowcharts"
3+
format:
4+
html:
5+
mermaid:
6+
theme: forest
37
---
48

59
## Lunar Descent

0 commit comments

Comments
 (0)