Skip to content

Commit dfe6d23

Browse files
author
Mujahed Altahleh
committed
Refactor navigation structure and update section titles for clarity and consistency
1 parent 316e3c6 commit dfe6d23

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

mkdocs.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -123,47 +123,47 @@ extra:
123123
- icon: fontawesome/brands/linkedin
124124
link: https://linkedin.com/in/mtahle
125125

126-
# Page tree
126+
# Navigation
127127
nav:
128-
- الرئيسية: index.md
129-
- المفاهيم الأساسية:
128+
- Home: index.md
129+
- Fundamentals:
130130
- concepts/index.md
131-
- نظرة عامة على الـ DevOps: concepts/overview.md
132-
- الثقافة والممارسات: concepts/culture.md
133-
- دورة حياة التطوير: concepts/lifecycle.md
134-
- لينكس والأساسيات:
131+
- DevOps Overview: concepts/overview.md
132+
- Culture & Practices: concepts/culture.md
133+
- Development Lifecycle: concepts/lifecycle.md
134+
- Linux & Basics:
135135
- linux/index.md
136-
- مقدمة في لينكس: linux/introduction.md
137-
- سطر الأوامر: linux/command-line.md
138-
- إدارة النظام: linux/system-admin.md
139-
- الشبكات: linux/networking.md
140-
- الأمان: linux/security.md
141-
- الحاويات والتنسيق:
136+
- Linux Introduction: linux/introduction.md
137+
- Command Line: linux/command-line.md
138+
- System Administration: linux/system-admin.md
139+
- Networking: linux/networking.md
140+
- Security: linux/security.md
141+
- Containers & Orchestration:
142142
- containers/index.md
143-
- مقدمة في الحاويات: containers/introduction.md
144-
- Docker المتقدم: containers/advanced-docker.md
143+
- Container Introduction: containers/introduction.md
144+
- Advanced Docker: containers/advanced-docker.md
145145
- Kubernetes: containers/kubernetes.md
146-
- أمان الحاويات: containers/security.md
147-
- المراقبة: containers/monitoring.md
148-
- الأتمتة والنشر:
146+
- Container Security: containers/security.md
147+
- Monitoring: containers/monitoring.md
148+
- Automation & CI/CD:
149149
- automation/index.md
150-
- مقدمة في CI/CD: automation/cicd.md
150+
- CI/CD Introduction: automation/cicd.md
151151
- Jenkins: automation/jenkins.md
152152
- GitHub Actions: automation/github-actions.md
153153
- GitLab CI: automation/gitlab-ci.md
154154
- Infrastructure as Code: automation/iac.md
155-
- المراقبة والملاحظة:
155+
- Monitoring & Observability:
156156
- monitoring/index.md
157-
- أساسيات المراقبة: monitoring/fundamentals.md
158-
- Prometheus و Grafana: monitoring/prometheus-grafana.md
159-
- تجميع السجلات: monitoring/logging.md
160-
- التتبع الموزع: monitoring/tracing.md
161-
- الموارد والمراجع:
157+
- Monitoring Fundamentals: monitoring/fundamentals.md
158+
- Prometheus & Grafana: monitoring/prometheus-grafana.md
159+
- Log Aggregation: monitoring/logging.md
160+
- Distributed Tracing: monitoring/tracing.md
161+
- Resources & References:
162162
- resources/index.md
163-
- الكتب المفيدة: resources/books.md
164-
- الدورات التدريبية: resources/courses.md
165-
- المدونات والمواقع: resources/blogs.md
166-
- الشهادات: resources/certifications.md
163+
- Useful Books: resources/books.md
164+
- Training Courses: resources/courses.md
165+
- Blogs & Websites: resources/blogs.md
166+
- Certifications: resources/certifications.md
167167

168168
# Copyright
169-
copyright: Copyright © 2023 محمد طحلة
169+
copyright: Copyright © 2024 Mujahed Altahleh

0 commit comments

Comments
 (0)