forked from 7kayoh/Lydie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
115 lines (107 loc) · 2.78 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: Lydie
site_url: https://lydie.7kayoh.net/
repo_name: 7kayoh/Lydie
repo_url: https://github.com/7kayoh/lydie
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.png
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Dark theme
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Light theme
font:
text: Figtree
code: Overpass Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.top
- navigation.indexes
- content.action.edit
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
language: en
plugins:
- search
- tags:
tags_file: Tags.md
- glightbox
markdown_extensions:
- admonition
- toc:
permalink: true
title: On this page
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
nav:
- Home: index.md
- Tutorials:
- Installing Lydie: Tutorials/InstallingLydie.md
- Using Lydie: Tutorials/UsingLydie.md
- Importing Lydie: Tutorials/ImportingLydie.md
- Components:
- Controls:
- Buttons:
- Components/Controls/Buttons/BaseButton.md
- Components/Controls/Buttons/TextButton.md
- Components/Controls/Buttons/IconButton.md
- Components/Controls/Buttons/IconTextButton.md
- Components/Controls/Buttons/AppBarButton.md
- Components/Controls/Buttons/AppTabBarButton.md
- Components/Controls/Checkbox.md
- Components/Controls/Slider.md
- Components/Controls/TextField.md
- Components/Controls/Toggle.md
- View:
- Components/View/AppTabBar.md
- Components/View/BottomAppBar.md
- Components/View/ToolTip.md
- Components/View/TopAppBar.md
- Components/View/Window.md
- Misc:
- Components/Divider.md
- Components/Shadow.md
- Modules:
- Modules/Constants.md
- Modules/EnumList.md
- Modules/Icons.md
- Modules/Scheme.md
- Modules/SharedStates.md
- Tags: Tags.md
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/7kayoh/lydie
- icon: fontawesome/brands/discord
link: https://discord.gg/JSHRQkrafN
copyright: Copyright © 2021 - 2024 7kayoh
extra_css:
- stylesheets/theme.css