-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (47 loc) · 1.48 KB
/
mkdocs.yml
File metadata and controls
55 lines (47 loc) · 1.48 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
site_name: DevOps intro
site_url: https://devops.2mohsen.ir/
site_description: DevOps Intro — Practical, hands-on guides for CI/CD, Docker, Kubernetes, automation and monitoring to build reliable, scalable production systems.
site_author: Mohammad Mohammadian
repo_url: https://github.com/mammadnet/devops-intro
nav:
- home: index.md
- مطالب:
- دنیای قبل devops: befor_devops.md
- ظهور devops: devops_evolution.md
- مفاهیم devops: devops_concepts.md
- Containerization: containerization.md
- Orchestration: orchestration.md
- IaC: Infrastructure_as_code.md
- version control system: vcs.md
- CI/CD server: CI_CD_server.md
- Monitoring and loging tool: monitoring_tools.md
- cloud computing and DevOps: cloud_computing.md
- درباره: about.md
theme:
name: material
language: fa
direction: rtl
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- navigation.tabs
plugins:
- meta
- social
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: simple/github
link: https://github.com/mammadnet
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/in/mohamadiann/
- icon: material/web
link: https://mamadnet.ir/
generator: false
copyright: Just For Fun !!!