-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (37 loc) · 1.05 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
site_name: Software Engineer Interview Preparation Kit
site_url: https://softwarebloat.github.io/software-engineer-interview-prep-kit/
repo_url: https://github.com/softwarebloat/software-engineer-interview-prep-kit
repo_name: softwarebloat/software-engineer-interview-prep-kit
nav:
- index.md
- System Design: system-design.md
- Coding: coding.md
- Troubleshooting: troubleshooting.md
- Behavioral: behavioral.md
- Glossary: glossary.md
theme:
icon:
logo: fontawesome/solid/laptop-code
name: material
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: blue
accent: light blue
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: indigo
accent: blue
markdown_extensions:
- pymdownx.critic
- admonition
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables