-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
42 lines (38 loc) · 949 Bytes
/
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
site_name: auto-optional
site_url: https://auto-optional.daanluttik.nl/
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: inter
code: JetBrains+Mono
favicon: assets/images/favicon.png
logo: assets/images/logo-shape-white.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
custom_dir: docs/overrides
features:
- header.autohide
extra_css:
- stylesheets/extra-style.css
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.superfences
- toc:
permalink: true
repo_name: luttik/auto-optional
repo_url: https://github.com/luttik/auto-optional
edit_uri: edit/main/docs/