-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 1.05 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
site_name: Network-programming
repo_name: 'itmo-ict-faculty'
repo_url: 'https://github.com/itmo-ict-faculty/network-programming'
theme:
name: material
palette:
- scheme: default
primary: green
# toggle:
# icon: material/weather-sunny
# name: Switch to dark mode
# - scheme: slate
# primary: green
# toggle:
# icon: material/weather-night
# name: Switch to light mode
# logo: assets/logo.png
markdown_extensions:
codehilite:
use_pygments: False
icon:
repo: fontawesome/brands/github
features:
- content.code.annotate
- navigation.instant
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
- toc.follow
- navigation.top
plugins:
- search
nav:
- Introduction: "index.md"
- Education:
- Labs: "education/labs.md"
- Lecture: "education/lecture.md"
- Additional materials: "education/additional_materials.md"
- Exam: "education/exam.md"
- Student case:
- ITMO 2022/2023: "student_case/itmo2022_2023/itmo2022_2023.md"