-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
87 lines (82 loc) · 2 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: cazan.js docs
repo_url: https://github.com/AeliaDev/cazan.js
repo_name: AeliaDev/cazan.js
edit_uri: edit/main/docs/
copyright: Copyright © AeliaDev & cazan contributors
plugins:
- search
nav:
- index.md
- get-started.md
- Graphics:
- graphics/index.md
- graphics/rectangle.md
- graphics/line.md
- graphics/circle.md
- graphics/ellipse.md
- graphics/text.md
- graphics/sprites.md
- graphics/groups.md
- graphics/styling.md
- Events:
- events/index.md
- events/keyboard.md
- events/popups.md
- Multimedia:
- multimedia/index.md
- multimedia/audio.md
- multimedia/video.md
- Utils:
- utils/index.md
- utils/fps.md
- Reference:
- reference/index.md
- General:
- reference/general/game.md
- reference/general/setup.md
- reference/general/config.md
- Graphics:
- reference/graphics/shapes.md
- reference/graphics/other-utils.md
- Utils:
- reference/utils/events.md
- reference/utils/popup.md
- reference/utils/multimedia.md
- reference/utils/styles.md
- Community:
- community/index.md
- community/licence.md
theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.action.view
- content.action.edit
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
view: material/eye
edit: material/pencil
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/AeliaDev
name: AeliaDev
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences