-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
52 lines (49 loc) · 1.47 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
site_name: Practy
site_url: http://127.0.0.1:8000/
repo_name: 'Github'
repo_url: https://github.com/jabrielcjones/practy
use_directory_urls: false
theme:
name: material
font:
code: Ubuntu Mono
text: Balsamiq Sans
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Light Mode
primary: teal
accent: yellow
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Dark Mode
primary: teal
accent: deep orange
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
nav:
- Home: index.md
- Running Programs:
- Dev Env Setup: languages/dev_setup_guide.md
- Running Python: languages/running_python.md
- Running JavaScript: languages/running_javascript.md
- Running C Sharp: languages/running_csharp.md
- Exercises and Questions:
- Elementary Programming:
- Exercises: topics/elementary_programming/exercises.md
- Questions: topics/elementary_programming/questions.md
- Math, Strings, and Objects:
- Exercises: topics/math_strings_and_objects/exercises.md
- Questions: topics/math_strings_and_objects/questions.md
- Conditionals:
- Exercises: topics/conditionals/exercises.md
- Questions: topics/conditionals/questions.md
- Developers:
- Templates: developers/templates.md
- Bibliography: bibliography.md