-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (44 loc) · 1.68 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
# Project information
site_name: Open FSMVU
site_url: https://a0m0rajab.github.io/Open-FSMVU
site_author: Abdurrahman RAJAB
site_description: >-
An informative site about computer engineering in FSMVU university in Turkey, that is aiming to help students to understand the university and be able to know the lessons.
# Repository
repo_name: a0m0rajab/Open-FSMVU
repo_url: https://github.com/a0m0rajab/Open-FSMVU
edit_uri: ""
# Copyright
copyright: Copyright © 2020 Abdurrahman RAJAB
theme:
name: material
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search # necessary for search to work
- git-revision-date-localized:
type: iso_datetime
# Page tree
nav:
- Home: README.md
- Computer Engineering:
- Outline: Courses_outline.md
# # - First Year:
- Second Year:
- Discrete struture: second_year/Discrete struture/readme.md
- Desgin softwares: second_year/Desgin_softwares.md
- Electrical circuits: second_year/Electrical_circuits.md
- Third Year:
- Advanced programming: third_year/Advanced_programming.md
- Formal Languages and Automata Theory: third_year/Automata.md
- Computer network: third_year/Computer_networks/README.md
- Computer architicture: third_year/Computer_architicture/README.md
- Fourth Year:
- Software Project Management: fourth_year/SPM.md
- System Programming: fourth_year/System_programming/System_programming.md
- Machine Learning: fourth_year/ML/README.md
- Web Design: fourth_year/Web_design/README.md
- Data mining: fourth_year/intro_datamining/README.md
- Thesis: Thesis/README.md
- Extracurricular: Extracurricular.md