-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
311 lines (294 loc) · 9.57 KB
/
mkdocs.yml
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
# Project information
site_name: "RTEU C204 Object Oriented Programming Course Notes"
docs_dir: docs # Where to find the English markdown files
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 Software Developers
site_description_en: >-
Course Notes for Software Developers
site_description_tr: >-
Course Notes for Software Developers
# Repository
repo_name: 'GitHub'
repo_url: 'https://ucoruh.github.io/ce204-object-oriented-programming/'
edit_uri: ""
# Copyright
copyright: Copyright © 2019 - 2022 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/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: blue grey
toggle:
icon: material/toggle-switch-off-outline
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:
logo: logo
#logo: assets/images/favicon.png
# Customization
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY_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/bitbucket
link: https://bitbucket.org/ucoruh/
- icon: fontawesome/regular/compass
link: https://www.scopus.com/authid/detail.uri?authorId=57218950743
- icon: fontawesome/regular/id-card
link: https://dblp.org/pid/230/0394.html
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/ucoruh/
- icon: fontawesome/brands/orcid
link: https://orcid.org/my-orcid?orcid=0000-0003-4193-8401
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ugurcoruh/
- icon: fontawesome/regular/moon
link: https://publons.com/researcher/1540204/ugur-coruh/
- icon: fontawesome/brands/google
link: https://scholar.google.com/citations?user=KIU4ltMAAAAJ&hl=tr
- icon: fontawesome/regular/clipboard
link: https://avesis.erdogan.edu.tr/ugur.coruh
- icon: fontawesome/regular/user-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:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- 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
- pymdownx.tilde
- codehilite:
guess_lang: true
plugins:
- mkdocs-video #https://pypi.org/project/mkdocs-video/
- search
- i18n:
default_language: !ENV [DEFAULT_LANGUAGE, "en"]
default_language_only: !ENV [DEFAULT_LANGUAGE_ONLY, false]
languages:
default:
name: English
build: true
en:
name: English
build: true
site_name: "RTEU C204 Object Oriented Programming Course Notes"
tr:
name: Türkçe
build: true
site_name: "RTEU C204 Object Oriented Programming Course Notes"
nav_translations:
tr:
Home: 'Home'
Syllabus: 'Syllabus'
Course Modules: 'Course Modules'
Week-1 (Software Engineering and OOP with Java -I): 'Week-1 (Software Engineering and OOP with Java -I)'
Week-2 (OOP with Java -II): 'Week-2 (OOP with Java -II)'
Week-3 (OOP with Java Part-III): 'Week-3 (OOP with Java Part-III)'
Week-4 (UML): 'Week-4 (UML)'
Week-5 (Plantuml): 'Week-5 (Plantuml)'
Week-6 (UMPLE-I): 'Week-6 (UMPLE-I)'
Week-7 (UMPLE-II): 'Week-7 (UMPLE-II)'
Week-8 (Midterm): 'Week-8 (Midterm)'
Week-9 (Using Design Patterns): 'Week-9 (Using Design Patterns)'
Week-10 (Using Design Patterns): 'Week-10 (Using Design Patterns)'
Week-11 (UML + UMPLE + Java Implementations): 'Week-11 (UML + UMPLE + Java Implementations)'
Week-12 (SMC Remote Service Case Study Part-I): 'Week-12 (SMC Remote Service Case Study Part-I)'
Week-13 (SMC Remote Service Case Study Part-II): 'Week-13 (SMC Remote Service Case Study Part-II)'
Week-14 (OOP ATM Case Study Part-I): 'Week-14 (OOP ATM Case Study Part-I)'
Week-15 (OOP ATM Case Study Part-II): 'Week-15 (OOP ATM Case Study Part-II)'
Week-16 (Final): 'Week-16 (Final)'
License: 'License'
Resume: 'Resume'
Changelog: 'Changelog'
- git-revision-date-localized
- minify:
minify_html: false
#- with-pdf:
#author: Dr. Uğur CORUH
#copyright: ANY TEXT
#
#cover: false
#back_cover: true
#cover_title: TITLE TEXT
#cover_subtitle: SUBTITLE TEXT
#custom_template_path: TEMPLATES PATH
#
#toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - 'appendix/contribute/'
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
#output_path: any-place/document.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true
extra_javascript:
- javascript/mathjax.js
- 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 (Using Design Patterns): week-9/ce204-week-9.md
- Week-10 (Using Design Patterns): week-10/ce204-week-10.md
- Week-11 (UML + UMPLE + Java Implementations): week-11/ce204-week-11.md
- Week-12 (SMC Remote Service Case Study Part-I): week-12/ce204-week-12.md
- Week-13 (SMC Remote Service Case Study Part-II): week-13/ce204-week-13.md
- Week-14 (OOP ATM Case Study Part-I): week-14/ce204-week-14.md
- Week-15 (OOP ATM Case Study Part-II): week-15/ce204-week-15.md
- Week-16 (Final): week-16/ce204-week-16-final.md
- License: license.md
- Resume: resume/index.md
- Changelog: changelog/index.md