-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
56 lines (51 loc) · 1.44 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
site_name: Compose Vectorize
site_description: A Kotlin Multiplatform library to generate compose.ui.graphics.vector.ImageVector from .xml files.
site_author: 'Sergio Belda'
site_url: 'https://github.com/serbelga/compose-vectorize'
edit_uri: 'tree/main/docs/'
remote_branch: gh-pages
repo_name: 'compose-vectorize'
repo_url: 'https://github.com/serbelga/compose-vectorize'
docs_dir: docs
nav:
- 'Overview': 'index.md'
- 'Usage': 'usage.md'
- 'Themed Attributes': 'themed-attributes.md'
theme:
name: 'material'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
primary: white
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-5
name: Switch to light mode
primary: black
icon:
logo: material/compare
font:
text: 'Manrope'
code: 'JetBrains Mono'
features:
- content.code.annotate
- content.code.copy
- content.code.select
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg