-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (52 loc) · 1.25 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (52 loc) · 1.25 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
site_name: DrawZero — zero boilerplate canvas drawing and animation
site_url: https://drawzero.org
repo_url: https://github.com/ShashkovS/drawzero
nav:
- DrawZero: index.md
- Installation: installation.md
- Examples: examples.md
- Animations: animation.md
- Code Reference:
- Drawing primitives: primitives.md
- Pt: pt.md
- Gradient: gradient.md
- Working with images: images.md
- Transparency and line width: transparency_and_line_width.md
- Keyboard and mouse input: keyboard_and_mouse_input.md
- Architecture: architecture.md
- Color Table: _color_table.md
theme:
name: material
highlightjs: true
features:
- navigation.tracking
- navigation.expand
- navigation.path
- toc.follow
- navigation.top
- search.suggest
- search.highlight
plugins:
- search:
lang:
- ru
- en
- mkdocstrings:
default_handler: python
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: en
name: English
default: true
- locale: ru
name: Русский
markdown_extensions:
- pymdownx.snippets
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- attr_list
watch:
- src