-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
317 lines (300 loc) · 10.7 KB
/
mkdocs.yml
File metadata and controls
317 lines (300 loc) · 10.7 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
# Project information
site_name: "RTEU CEN206 Object-Oriented Programming Course"
docs_dir: docs # Where to find the English markdown files
exclude_docs: |
**/archive/
**/examples/README.md
site_dir: site # Where to put the English HTML files
site_author: 'Asst. Prof. Dr. Uğur CORUH'
site_url: 'https://ucoruh.github.io/ce204-object-oriented-programming/'
site_description: 'Course Notes for Object-Oriented Programming'
site_description_en: >-
Course Notes for Software Developers
site_description_tr: >-
Course Notes for Software Developers
# Repository
repo_name: 'GitHub'
repo_url: 'https://github.com/ucoruh/ce204-object-oriented-programming'
edit_uri: 'https://github.com/ucoruh/ce204-object-oriented-programming/edit/main/docs/'
# Copyright
copyright: Copyright © 2019 - 2025 Asst. Prof. Dr. Uğur CORUH
#theme:
# name: material
# logo: assets/images/favicon.png
# favicon: images/favicon.png
# palette:
# primary: teal
# accent: pink
# language: en
# feature:
# tabs: true
# font:
# text: Roboto
# Configuration
theme:
name: material
custom_dir: docs/overrides
#name: null
#custom_dir: !ENV [THEME_DIR, "material"]
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Static files
static_templates:
- 404.html
# Default values, taken from mkdocs_theme.yml
language: en
features:
- content.code.annotate
- content.tabs.link
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
palette:
- scheme: default
primary: lime
accent: lime
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: blue grey
toggle:
icon: material/brightness-4
name: Switch to light mode
# palette:
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: images/favicon.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
logo: logo # Adjust the file name if necessary
# Customization
extra:
annotate:
json: [.s2]
analytics:
provider: google
property: GOOGLE_ANALYTICS_RTEU_CE204
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
analytics: Google Analytics
social:
- icon: fontawesome/brands/github
link: https://github.com/ucoruh
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ugurcoruh/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/ucoruh/
- icon: fontawesome/regular/id-card
link: https://dblp.org/pid/230/0394.html
- icon: fontawesome/brands/orcid
link: https://orcid.org/my-orcid?orcid=0000-0003-4193-8401
- icon: fontawesome/brands/google
link: https://scholar.google.com/citations?user=KIU4ltMAAAAJ&hl=tr
- icon: fontawesome/regular/moon
link: https://publons.com/researcher/1540204/ugur-coruh/
- icon: fontawesome/regular/clipboard
link: https://avesis.erdogan.edu.tr/ugur.coruh
- icon: material/account-circle
link: https://www.ugurcoruh.com/
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- 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
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: ucoruh
repo: ce204-object-oriented-programming
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite:
guess_lang: true
plugins:
- mkdocs-simple-hooks:
hooks:
on_env: "hooks:on_env"
- external-markdown
- mkdocs-video
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- i18n:
docs_structure: suffix
reconfigure_material: true
reconfigure_search: true
fallback_to_default: true
languages:
- locale: en
name: "English"
build: true
default: true
site_name: "RTEU CEN206 Object-Oriented Programming Course"
nav_translations:
"Anasayfa": "Home"
"Ders Programı": "Syllabus"
"Ders Modülleri": "Course Modules"
"Lisans": "License"
"Özgeçmiş": "Resume"
"Revizyonlar": "Changelog"
"Hafta-1 (Software Engineering ve OOP Java -I)": "Week-1 (Software Engineering and OOP with Java -I)"
"Hafta-2 (OOP Java -II)": "Week-2 (OOP with Java -II)"
"Hafta-3 (OOP Java -III)": "Week-3 (OOP with Java Part-III)"
"Hafta-4 (UML)": "Week-4 (UML)"
"Hafta-5 (Plantuml)": "Week-5 (Plantuml)"
"Hafta-6 (UMPLE-I)": "Week-6 (UMPLE-I)"
"Hafta-7 (UMPLE-II)": "Week-7 (UMPLE-II)"
"Hafta-8 (Ara Sınav)": "Week-8 (Midterm)"
"Hafta-9 (Tasarım Kalıpları - Yaratıcı)": "Week-9 (Design Patterns - Creational)"
"Hafta-10 (Tasarım Kalıpları - Yapısal)": "Week-10 (Design Patterns - Structural)"
"Hafta-11 (Tasarım Kalıpları - Davranışsal)": "Week-11 (Design Patterns - Behavioral)"
"Hafta-12 (Kod Kokuları ve Yeniden Düzenleme)": "Week-12 (Code Smells & Refactoring)"
"Hafta-13 (Yeniden Düzenleme Teknikleri)": "Week-13 (Refactoring Techniques)"
"Hafta-14 (Örnek Çalışmalar)": "Week-14 (Case Studies)"
"Hafta-15 (Proje İncelemesi ve Özet)": "Week-15 (Project Review & Summary)"
"Hafta-16 (Final)": "Week-16 (Final)"
"Proje Rehberi" : "Project Guide"
- locale: tr
name: "Türkçe"
build: true
site_name: "RTEÜ CEN206 Nesne Yönelimli Programlama Kursu"
nav_translations:
"Home": "Anasayfa"
"Syllabus": "Ders Programı"
"Course Modules": "Ders Modülleri"
"License": "Lisans"
"Resume": "Özgeçmiş"
"Changelog": "Revizyonlar"
"Week-1 (Software Engineering and OOP with Java -I)": "Hafta-1 (Software Engineering ve OOP Java -I)"
"Week-2 (OOP with Java -II)": "Hafta-2 (OOP Java -II)"
"Week-3 (OOP with Java Part-III)": "Hafta-3 (OOP Java -III)"
"Week-4 (UML)": "Hafta-4 (UML)"
"Week-5 (Plantuml)": "Hafta-5 (Plantuml)"
"Week-6 (UMPLE-I)": "Hafta-6 (UMPLE-I)"
"Week-7 (UMPLE-II)": "Hafta-7 (UMPLE-II)"
"Week-8 (Midterm)": "Hafta-8 (Ara Sınav)"
"Week-9 (Design Patterns - Creational)": "Hafta-9 (Tasarım Desenleri - Yaratımsal)"
"Week-10 (Design Patterns - Structural)": "Hafta-10 (Tasarım Desenleri - Yapısal)"
"Week-11 (Design Patterns - Behavioral)": "Hafta-11 (Tasarım Desenleri - Davranışsal)"
"Week-12 (Code Smells & Refactoring)": "Hafta-12 (Kod Kokuları ve Yeniden Yapılandırma)"
"Week-13 (Refactoring Techniques)": "Hafta-13 (Yeniden Yapılandırma Teknikleri)"
"Week-14 (Case Studies)": "Hafta-14 (Vaka Çalışmaları)"
"Week-15 (Project Review & Summary)": "Hafta-15 (Proje İncelemesi ve Özet)"
"Week-16 (Final)": "Hafta-16 (Final)"
"Project Guide" : "Proje Rehberi"
- tags: {}
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
- git-revision-date-localized:
fallback_to_build_date: true
type: timeago
- git-authors:
sort_authors_by: contribution
# - git-committers:
# repository: ucoruh/ce204-object-oriented-programming
# docs_path: docs/
# branch: main
# token: ${MKDOCS_GIT_COMMITTERS_APIKEY}
- macros
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree
nav:
- Home: index.md
- Syllabus: syllabus/syllabus.md
- Course Modules:
- Week-1 (Software Engineering and OOP with Java -I): week-1/ce204-week-1.md
- Week-2 (OOP with Java -II): week-2/ce204-week-2.md
- Week-3 (OOP with Java Part-III): week-3/ce204-week-3.md
- Week-4 (UML): week-4/ce204-week-4.md
- Week-5 (Plantuml): week-5/ce204-week-5.md
- Week-6 (UMPLE-I): week-6/ce204-week-6.md
- Week-7 (UMPLE-II): week-7/ce204-week-7.md
- Week-8 (Midterm): week-8/ce204-week-8-midterm.md
- Week-9 (Design Patterns - Creational): week-9/ce204-week-9.md
- Week-10 (Design Patterns - Structural): week-10/ce204-week-10.md
- Week-11 (Design Patterns - Behavioral): week-11/ce204-week-11.md
- Week-12 (Code Smells & Refactoring): week-12/ce204-week-12.md
- Week-13 (Refactoring Techniques): week-13/ce204-week-13.md
- Week-14 (Case Studies): week-14/ce204-week-14.md
- Week-15 (Project Review & Summary): week-15/ce204-week-15.md
- Week-16 (Final): week-16/ce204-week-16-final.md
- Project Guide: project-guide/index.md
- License: license.md
- Resume: resume/index.md
- Changelog: changelog/index.md