-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (66 loc) · 1.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
73 lines (66 loc) · 1.63 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
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
site_name: GAME DEV 101
nav:
- Home:
- Overview: Overview.md
- Content Page: Content Page.md
- Unity Installation: Unity Installation.md
- Day 1:
- Introduction: 1-Introduction.md
- Creating the Game: 2-Creating the Game.md
- Character Development: 3-Character Development.md
- Turn System: 4-Turn System.md
- Day 2:
- Health System: 5-Health System.md
- Add Obstacles: 6-Add Obstacles.md
- Beating the Game: 7-Beating the game.md
- Animation: 8-Animation.md
- Adding an Enemy: 9-Adding an enemy.md
- Conclusion: 10-Conclusion.md
theme:
name: material
logo: images/logo.png
favicon: images/favicon.ico
palette:
- scheme: default
primary: indigo
accent: pink
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.sections
- navigation.footer
- navigation.sections
- search.highlight
- search.suggest
- toc.integrate
density: compact
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/yourusername
- icon: fontawesome/brands/twitter
link: https://twitter.com/yourusername
extra_css:
- stylesheets/compact.css
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: true