-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·46 lines (45 loc) · 1.18 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
site_name: 'CoderDojo TC AI'
nav:
- CoderDojo TC: https://coderdojotc.github.io/CoderDojoTC/
- CoderDojo TC AI: index.md
- Hands-On Labs:
- Introduction: labs/index.md
- Quick, Draw: labs/quickdraw.md
- Teachable Machine: labs/teachable-machine.md
- Bias in BERT: labs/bert.md
- Generative AI: labs/generative-ai.md
- Hugging Face: labs/huggingface.md
- Llama: labs/llama.md
- Neural Networks: labs/neural-network.md
- Tensorflow Playground: labs/tensorflow-playground/index.md
- Trends: labs/trends.md
- Glossary: glossary.md
- Resources: resources.md
- Quotes: quotes.md
- Contact: contact.md
site_description: 'Resources for teaching AI to CoderDojo Twin Cities students.'
site_author: 'Dan McCreary'
repo_name: 'ai'
repo_url: 'https://github.com/CoderDojoTC/ai'
edit_uri: 'blob/master/docs'
theme:
name: material
logo: img/coderdojo-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
feature:
tabs: true
custom_dir: 'theme'
include_sidebar: true
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
- codehilite:
linenums: true
plugins:
- search
markdown_extensions:
- codehilite