-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (66 loc) · 1.6 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
site_name: compilers
site_url: https://buteops.github.io/compilers/
docs_dir: __docs__
nav:
- Home: index.md
############# Docs Configurations ################
theme:
name: material
# logo: assets/smkdev.png
favicon: favicon.svg
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.top
# - navigation.tabs
- navigation.footer
- navigation.indexes
- navigation.path
- search.highlight
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme)"
accent: lime
primary: black
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
accent: lime
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: lime
primary: black
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- mkdocs-jupyter:
include_source: True
- search
- social
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/smkdev
- icon: fontawesome/brands/github
link: https://github.com/smkdev-id
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@smkdev