-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (63 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
66 lines (63 loc) · 1.53 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
58
59
60
61
62
63
64
65
66
site_name: Lilia Documentation
site_description: Official documentation for the Lilia Framework
site_author: Lilia Framework Team
site_url: 'https://liliaframework.github.io/'
repo_url: 'https://github.com/LiliaFramework/Lilia'
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.prune
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- header.autohide
- announce.dismiss
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- content.tooltips
- content.footnote.tooltips
font:
text: Inter
code: Roboto Mono
palette:
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: teal
accent: lavender
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: teal
accent: lavender
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences