-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
236 lines (225 loc) · 7.2 KB
/
mkdocs.yml
File metadata and controls
236 lines (225 loc) · 7.2 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
site_name: DevOps Foundation Roadmap
site_description: Complete DevOps learning roadmap - From Beginner to Expert. Master DevOps fundamentals, CI/CD, containers, automation, and cloud technologies with practical Arabic resources and industry best practices.
site_author: Mujahed Altahleh
site_url: https://mtahle.github.io/DevOps-Foundation-Roadmap
# Repository
repo_name: mtahle/DevOps-Foundation-Roadmap
repo_url: https://github.com/mtahle/DevOps-Foundation-Roadmap
edit_uri: edit/main/docs/
# Theme Configuration
theme:
name: material
language: en
logo: assets/logo.svg
palette:
# Palette toggle for light mode
- scheme: default
primary: cyan
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: cyan
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- navigation.footer
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- content.action.edit
- content.action.view
- content.tooltips
- toc.follow
- toc.integrate
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
emoji_index: !!python/name:pymdownx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: mtahle
repo: DevOps-Foundation-Roadmap
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
lang:
- en
- ar
- git-revision-date-localized:
enable_creation_date: true
type: timeago
timezone: UTC
locale: en
fallback_to_build_date: true
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true
cache_safe: true
# Extra CSS and JavaScript
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mtml-chtml.js
- https://cdn.jsdelivr.net/npm/mermaid@11.4.0/dist/mermaid.min.js
- javascripts/mermaid.js
# Extra
extra:
version:
provider: mike
default: latest
revision_date: !ENV [CI_COMMIT_TIMESTAMP, REVISION_DATE]
last_updated: !ENV [BUILD_DATE, 2025-09-21]
generator: false
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/mtahle
name: GitHub Repository
- icon: fontawesome/brands/twitter
link: https://twitter.com/mtahle
name: Twitter Profile
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/mtahle
name: LinkedIn Profile
- icon: fontawesome/solid/podcast
link: https://open.spotify.com/show/24UfF6aMe0AyUIJeckaEf7
name: DevOps Podcast
status:
new: Recently added
deprecated: Deprecated
meta:
- name: keywords
content: "DevOps, Arabic DevOps, DevOps Tutorial, CI/CD, Docker, Kubernetes, Cloud, Infrastructure, Automation, DevOps Learning, Arabic Tech, مهندس DevOps"
- name: author
content: "Mujahed Al Tahleh"
- name: robots
content: "index, follow"
- name: googlebot
content: "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
- property: "og:type"
content: "website"
- property: "og:title"
content: "DevOps Foundation Roadmap - Complete Learning Guide"
- property: "og:description"
content: "Comprehensive DevOps learning roadmap from beginner to expert. Includes practical tutorials, Arabic podcast resources, and industry best practices."
- property: "og:image"
content: "https://mtahle.github.io/DevOps-Foundation-Roadmap/assets/logo-colored.svg"
- property: "og:url"
content: "https://mtahle.github.io/DevOps-Foundation-Roadmap/"
- property: "og:site_name"
content: "DevOps Foundation Roadmap"
- name: "twitter:card"
content: "summary_large_image"
- name: "twitter:title"
content: "DevOps Foundation Roadmap - Complete Learning Guide"
- name: "twitter:description"
content: "Master DevOps from basics to advanced. Practical roadmap with Arabic resources."
- name: "twitter:image"
content: "https://mtahle.github.io/DevOps-Foundation-Roadmap/assets/logo-colored.svg"
- name: "twitter:creator"
content: "@mtahle"
# Navigation
nav:
- Home: index.md
- Foundations:
- introduction/index.md
- History & Evolution: introduction/history.md
- What DevOps Means: introduction/meaning.md
- CALMS Framework: introduction/calms.md
- Core Practices & Principles: introduction/practices.md
- Culture & Collaboration: introduction/culture.md
- CALMS: foundations/calms.md
- DevOps Practices: foundations/devops-practices.md
- History: foundations/history.md
- Network & Web Fundamentals:
- concepts/index.md
- Internet Basics: concepts/internet-basics.md
- Web Development Basics: concepts/web-development.md
- Domains & DNS: concepts/domains-dns.md
- Internet Protocols: concepts/protocols.md
- SSL/TLS: concepts/ssl.md
- Web Hosting Concepts: concepts/hosting.md
- Linux & Systems:
- linux/index.md
- Linux Introduction: linux/introduction.md
- Web Hosting (Linux Focus): linux/web-hosting.md
- Advanced Hosting: linux/advanced-hosting.md
- Troubleshooting Tools: linux/troubleshooting-tools.md
- Containers & Orchestration:
- containers/index.md
- Container Introduction: containers/introduction.md
- Container Security: containers/security.md
- Kubernetes Production: containers/kubernetes-production.md
- Automation & CI/CD:
- automation/index.md
- Automation Introduction: automation/introduction.md
- Container CI/CD: automation/container-cicd.md
- Monitoring & Observability:
- monitoring/index.md
- Monitoring Introduction: monitoring/introduction.md
- Advanced & Emerging:
- advanced/index.md
- Resources & References:
- resources/index.md
- Podcasts: resources/podcast.md
# Copyright
copyright: Copyright © 2025 Mujahed Altahleh