-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
75 lines (70 loc) · 1.58 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
site_name: Flare Docs
site_description: Documentation of the FlareUI framework
site_author: maxus
repo_url: https://github.com/Maxuss/Flare
repo_name: Maxuss/Flare
nav:
- index.md
- setup.md
- basic.md
- ui/overview.md
- ui/hooks.md
- ui/composable.md
plugins:
- search
- social:
cards_layout_options:
font_family: Inter
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- attr_list
- md_in_html
- tables
- def_list
extra_css:
- stylesheets/extra.css
theme:
features:
- navigation.footer
- navigation.sections
- navigation.expand
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.code.select
icon:
repo: fontawesome/brands/github
logo: assets/logo.svg
favicon: assets/favicon.svg
homepage: https://flare.maxus.space
language: en
font:
text: Roboto
code: JetBrains Mono
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to light theme
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: amber
toggle:
icon: material/brightness-3
name: Switch to dark theme