-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
177 lines (167 loc) · 4.34 KB
/
mkdocs.yml
File metadata and controls
177 lines (167 loc) · 4.34 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
site_name: DevOps Notebook
site_description: >-
Türkçe DevOps · DevSecOps · SRE · Platform Engineering başucu kitabı.
21 konu, 125+ deep-dive, 9 cheatsheet, 25+ production-ready template.
Kubernetes · Terraform · GitOps · Observability · FinOps · LLMOps · KVKK/GDPR.
site_author: Halil İbrahim Dürmüş
site_url: https://halilibrahimd27.github.io/DevOps/
copyright: >-
Copyright © 2026 Halil İbrahim Dürmüş — MIT License ·
<a href="#__consent">Çerez ayarları</a>
repo_name: halilibrahimd27/DevOps
repo_url: https://github.com/halilibrahimd27/DevOps
edit_uri: edit/main/
# site_src/ build-time generated (scripts/build-docs.sh oluşturur)
docs_dir: site_src
site_dir: site
# MkDocs build sırasında dahil edilmeyecek dosyalar
exclude_docs: |
Ansible/SSH CONNECTIVITY TEST
CLAUDE.md
CODE_OF_CONDUCT.md
SECURITY.md
CONTRIBUTING.md
LAUNCH-PLAN.md
MARKETING.md
theme:
name: material
language: tr
logo: assets/logo.svg
favicon: assets/favicon.svg
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
- content.action.edit
- content.action.view
- content.tabs.link
- content.tooltips
- toc.follow
- announce.dismiss
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep orange
toggle:
icon: material/weather-night
name: Karanlık moda geç
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: deep orange
toggle:
icon: material/weather-sunny
name: Aydınlık moda geç
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
plugins:
- search:
lang:
- tr
- en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- awesome-pages:
collapse_single_pages: false
strict: false
- git-revision-date-localized:
enable_creation_date: true
type: timeago
locale: tr
fallback_to_build_date: true
enabled: !ENV [CI, false]
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
zoomable: true
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: "#"
permalink_title: Bağlantıyı kopyala
toc_depth: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- 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
clickable_checkbox: false
- pymdownx.tilde
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/halilibrahimd27
name: GitHub
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/halilibrahimd
name: LinkedIn
- icon: fontawesome/brands/x-twitter
link: https://x.com/halilibrahimd27
name: X
consent:
title: Çerez kullanımı
description: >-
Bu site sayfa kullanımını anlamak için anonim çerezler kullanır.
Onay verirsen ne ararken zorlandığını görüp içeriği iyileştirebiliyorum.
actions:
- accept
- reject
- manage
extra_css:
- assets/extra.css
extra_javascript:
- assets/extra.js
strict: false
use_directory_urls: true