-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
75 lines (67 loc) · 1.64 KB
/
mkdocs.yaml
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
site_name: Rust Analyzer for RustRover
site_description: Why pondering between Rust Analyzer and RustRover when you can have both?
site_url: https://insyncwithfoo.github.io/rust-analyzer-for-rustrover
repo_name: InSyncWithFoo/rust-analyzer-for-rustrover
repo_url: https://github.com/InSyncWithFoo/rust-analyzer-for-rustrover
edit_uri: blob/master/docs/
exclude_docs: |
/requirements.txt
theme:
name: material
favicon: assets/icon.svg
logo: assets/icon.svg
palette:
-
media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep orange
toggle:
icon: octicons/sun-16
name: "Switch to dark mode"
-
media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep orange
toggle:
icon: octicons/moon-16
name: "Switch to light mode"
features:
- content.action.edit
- content.action.view
- navigation.expand
- navigation.footer
- navigation.indexes
- search.suggest
markdown_extensions:
admonition:
codehilite:
md_in_html:
pymdownx.details:
pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
pymdownx.smartsymbols:
arrows: true
care_of: false
copyright: false
fractions: false
notequal: false
ordinal_numbers: false
plusminus: false
registered: false
trademark: false
pymdownx.superfences:
toc:
permalink: '#'
nav:
- Overview: index.md
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
strict: true