-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (57 loc) · 1.64 KB
/
mkdocs.yml
File metadata and controls
57 lines (57 loc) · 1.64 KB
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
site_name: Engineering Study Plan
site_description: Consolidated study plan and documentation for engineers (Intern → Principal)
site_author: Engineering Team
repo_url: https://github.com/ianlintner/python_dsa
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- content.code.copy
- content.code.annotate
- content.tabs.link
- search.suggest
- search.highlight
- navigation.top
plugins:
- search
- mermaid2
- awesome-pages
- git-revision-date-localized:
fallback_to_build_date: true
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home: index.md
- Engineering Study Plan: ENGINEERING_STUDY_PLAN.md
- Algorithms Portfolio: ALGORITHMS_PORTFOLIO.md
- Learning Path: LEARNING_PATH.md
- Consistency Models: CONSISTENCY_MODELS.md
- System Design Guide: INTERVIEW_SYSTEM_DESIGN.md
- NeetCode Top 100: NEETCODE_TOP100.md
- System Design Interviews:
- AI System Design Glossary: system_design_interviews/ai_system_design_glossary.md
- Bitly Clone: system_design_interviews/bitly_clone.md
- Facebook Clone: system_design_interviews/facebook_clone.md
- Twitter Clone: system_design_interviews/twitter_clone.md
- WhatsApp Clone: system_design_interviews/whatsapp_clone.md