-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (116 loc) · 3.44 KB
/
mkdocs.yml
File metadata and controls
119 lines (116 loc) · 3.44 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: Coding Is Meditation
site_description: Deep, practical docs on backend, systems, and engineering mindset
site_url: https://codingismeditation.github.io/
nav:
- Home: index.md
- About: about.md
- Contributing: contributing.md
- Explorations:
- Overview: exploration/index.md
- FastAPI: exploration/fastapi/index.md
- Bun: exploration/bun/index.md
- Tech Current Affairs:
- Overview: tech-current-affairs/index.md
- Spec-Driven Development: tech-current-affairs/24-05-2026-spec-driven-development.md
- Google IO 2026 : tech-current-affairs/19-05-2026-google-io-2026.md
# - Backend:
# - Roadmap: backend/roadmap.md
# - Databases: backend/databases.md
# - DevOps:
# - Docker: devops/docker.md
theme:
custom_dir: overrides
name: material
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
palette:
# Palette toggle for dark mode
- scheme: slate
primary: amber
accent: yellow
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: black
accent: yellow
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- content.code.select
- content.code.annotate
- content.code.copy
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.prune
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
- navigation.footer
extra:
parent_site:
name: CodingIsMeditation
url: https://codingismeditation.github.io/
social:
- icon: fontawesome/solid/house
link: https://codingismeditation.github.io/
name: Home
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@CodingIsMeditation
name: CodingIsMeditation YouTube Channel
- icon: fontawesome/brands/twitter
link: https://x.com/siddhantbuilds
name: Author's Twitter
- icon: fontawesome/brands/github
link: https://github.com/codingismeditation
name: Author's GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/siddhantbuilds/
name: Author's LinkedIn
- icon: fontawesome/solid/paper-plane
link: mailto:siddhant.bali.work@gmail.com
name: Author's Email
generator: false
plugins:
- search
- offline
- social:
cards_layout_dir: layouts
cards_layout: custom
debug: true
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
enable_parallel_processing: false
# - git-committers:
# repository: codingismeditation/codingismeditation.github.io
# branch: main
repo_url: https://github.com/kintsugi-programmer
repo_name: kintsugi-programmer
copyright: Copyright ©2026 Siddhant Bali. All rights reserved.
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format