-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
85 lines (79 loc) · 1.82 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Docs for xsettings
dev_addr: 127.0.0.1:7000
nav:
- xsettings:
- index.md
- API Reference: api/xsettings/" target="_blank
- Changelog: changelog.md
theme:
name: material
font:
text: Ubuntu
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- navigation.tracking
- content.code.annotate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
linenums: true
- pymdownx.details
- pymdownx.snippets:
base_path: "."
check_paths: true
- meta
- toc:
permalink: true
toc_depth: 4
- attr_list
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.superfences:
plugins:
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
- git-revision-date
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: true
show_root_full_path: False
show_signature_annotations: true
extra:
version:
provider: mike
default: latest