-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
135 lines (132 loc) · 4.68 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: Micro Simulations for Education
site_description: 'Resources for teaching classes on Micro Simulators using generative AI and ChatGPT.'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
site_url: 'https://dmccreary.github.io/microsims'
repo_url: 'https://github.com/dmccreary/microsims'
edit_uri: edit/master/docs/
nav:
- Home: index.md
- About: about.md
- Getting Started:
- Quick Start: setup/index.md
- Setup: setup/01-processing.md
- System Prompt: setup/02-system-prompt.md
- Template: setup/template/index.md
- User Experience Tips: setup/07-ux-tips.md
- Sound test: setup/03-sound-test.md
- Structure: setup/04-structure.md
- YAML File: setup/05-yaml-file.md
- P5 Reference Manual: setup/p5-reference-manual.md
- Paste As Markdown: setup/08-paste-as-markdown.md
- Link Previews: setup/06-link-previews.md
- Simulations:
- Introduction: sims/index.md
- Bouncing Ball: sims/bouncing-ball/index.md
- Circle: sims/circle/index.md
- Gold Star: sims/gold-star/index.md
- Polygon: sims/polygon/index.md
- Recursion Tree: sims/recursion-tree/index.md
- Sine Wave: sims/sine-wave/index.md
- Canon: sims/canon/index.md
- String Harmonics: sims/string-harmonics/index.md
- Circuits: sims/circuits/index.md
- H-Bridge: sims/h-bridge/index.md
- Rabbits and Foxes: sims/rabbits-and-foxes/index.md
- ALU: sims/alu/index.md
- Analog Clock: sims/analog-clock/index.md
- Brownian Motion: sims/bouncing-ball/brownian-motion.md
- Conway's Game of Life: sims/conway/index.md
- Least Squares: sims/least-squares/index.md
- Binary Number: sims/binary-number/index.md
- Logic Gates: sims/logic-gates/index.md
- Motor: sims/motor/index.md
- Neural Network: sims/neural-network/index.md
- Pulse Width Modulation: sims/pwm/index.md
- 7 Segment Display: sims/seven-segment-display/index.md
- Supply and Demand: sims/supply-and-demand/index.md
- Wave Sum: sims/wave-sums/index.md
- Breadth First Search: sims/bfs/index.md
- Force Directed Graph: sims/force-directed-graph/index.md
- 3D Sphere: sims/sphere/index.md
- Sierpinski: sims/sierpinski/index.md
- Collision Avoidance Robot: sims/collision-avoidance-robot/index.md
- Robots: sims/robots/index.md
- Battery Drain: sims/battery-drain/index.md
- AC Circuit: sims/ac-circuit/index.md
- 555 Timer: sims/555-timer/index.md
- Breadboard: sims/breadboard/index.md
- Particle Fields: sims/particle-fields/index.md
- Resize Test: sims/resize-test/index.md
- NeoPixel: sims/neopixel/index.md
- Bathtub: sims/bathtub/index.md
- Curves: sims/curve/index.md
- Named Colors: sims/named-colors/index.md
- Flashcards: sims/flashcards/index.md
- Analog Circuits: sims/analog-circuit/index.md
- Animated Wire: sims/animated-wire/index.md
- Background Grid: sims/background-grid/index.md
- Battery Life: sims/battery-life/index.md
- sims/bouncing-ball/01-bounce.md
- sims/circuits/circuits-v2.md
- sims/color-names/index.md
- sims/data-element-mapper/index.md
- sims/fourier/index.md
- sims/galton-board/index.md
- sims/maze-gen/index.md
- sims/slope-and-intercept/index.md
- sims/prisoners-dilemma/index.md
- sims/lissajous-figures/index.md
- Template: sims/template/index.md
- Sine and Cosine: sims/sine-and-cosine/index.md
- sims/rotating-gears/index.md
- sims/larson-scanner/index.md
- sims/concept-graph/index.md
- sims/pendulum/index.md
- Resize in iframe: sims/resize-in-iframe/index.md
- Submission Guidelines: submission-guidelines.md
- References: references.md
- Glossary: glossary.md
- How We Built This Site: how-we-built-this-site.md
- Creative Commons License: license.md
- Contact: contact.md
# Dan's MicroSite Standards from here down
theme:
name: material
logo: img/logo.png
favicon: img/favicon.ico
include_sidebar: true
features:
- content.code.copy
- navigation.expand
- navigation.path
- navigation.prune
- navigation.indexes
- toc.follow
- navigation.top
# this adds the prev and next icons in the footer
- navigation.footer
- content.action.edit
plugins:
- search
- social
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: true
extra_css:
- css/extra.css
extra:
analytics:
provider: google
# https://analytics.google.com/analytics/web/#/a1420179p349994530/admin/streams/table/4433129821
property: G-BBR7MPK96Z