-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (42 loc) · 1008 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
43
44
45
site_name: RustSmith Documentation
copyright: Copyright © 2023 Mayank Sharma
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rustsmith
theme:
name: material
icon:
logo: material/language-rust
palette:
- scheme: default
primary: white
secondary: black
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
secondary: white
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- navigation.path
- navigation.indexes
- navigation.footer
- search.suggest
- search.share
- search.highlight
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg