-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (36 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
38 lines (36 loc) · 1.04 KB
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
site_name: Charts with Plotly
nav:
- Home: index.md
- Lessons:
- WHat is Plotly: lessons/01-what-is-plotly.md
- Getting Started: lessons/02-getting-started.md
- Simple Bar Chart: lessons/03-simple-bar-chart.md
- lesson 4: lessons/04-lesson.md
- lesson 5: lessons/05-lesson.md
- Glossary: glossary.md
- References: references.md
- Contact: contact.md
site_description: 'Resources for teaching Plotly to CoderDojo Twin Cities students. All content licensed Creative Commons ShareAlike Attribution Noncommercial'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/CoderDojoTC/micropython'
# CoderDojo Standards from here down
edit_uri: 'blob/master/docs'
theme:
# should be name: material
name: material
logo: img/coderdojo-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
custom_dir: 'theme'
include_sidebar: true
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
linenums: true
- pymdownx.details
- pymdownx.superfences