-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 940 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 940 Bytes
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
site_name: Crust
theme:
font:
text: Comic Sans MS
code: JetBrains Mono
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
scheme: slate
primary: custom
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting Started:
- Project Setup: project-setup.md
- Crust (The Programming Language): crust-language.md
- Functions:
- Miscellaneous:
- misc/io.md
- misc/math.md
- misc/sprite.md
- misc/datatypes.md
- misc/other.md
- Motion: motion.md
- Looks: looks.md
- Sound: sound.md
- Event: events.md
- Control: control.md
- Drawing: drawing.md
- Window: window.md
- Running your Crust Project: run.md
- The Screen: screen.md
- License: license.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true