-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (65 loc) · 1.3 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
site_name: lingdocs
repo_url: https://github.com/fmatter/lingdocs
plugins:
- search
- mkdocstrings
- yaml-docstrings
- site-urls
watch:
- src
- .
markdown_extensions:
- mkdocs-click
- markdown_include.include:
base_path: docs
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
pygments_style: nord
noclasses: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- footnotes
nav:
- index.md
- User guide:
- installation.md
- usage.md
- markdown.md
- releasing.md
- commands.md
- extra.md
- config.md
- extending.md
- formats.md
extra_css:
- assets/nord.css
theme:
name: material
icon:
logo: octicons/book-24
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.follow
- toc.integrate
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode