-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
64 lines (58 loc) · 1.8 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
site_name: Lập trình - Khu học mở
site_description: vozer vozer vozer vozer vozer vozer vozer
site_author: khuhocmo
repo_url: https://github.com/daihocmo/awesome-lap-trinh
repo_name: Đóng góp cho trang trên Github
nav:
- 'Trang chủ':
- 'Tổng hợp': 'index.md'
- 'Định hướng':
- 'Mobile':
- 'Native iOS (Swift)':
- 'Định hướng': 'dinh-huong/swift/index.md' # Adding Swift inside Mobile
- 'Nền tảng Swift': 'dinh-huong/swift/swift-foundation.md'
- 'UIKit': 'dinh-huong/swift/swift-uikit.md'
- 'SwiftUI': 'dinh-huong/swift/swift-swiftui.md'
- 'Native Android (Kotlin)':
- 'Định hướng': 'dinh-huong/kotlin/index.md' # Adding Swift inside Mobile
- 'Nền tảng Kotlin': 'dinh-huong/kotlin/kotlin-foundation.md'
- 'Web':
- 'Fullstack JavaScript': 'dinh-huong/fullstack-js/index.md'
- 'Môn học':
- 'Hệ thống phân tán': 'khoa-hoc/he-thong-phan-tan.md'
- 'Ngôn ngữ':
- 'Rust': 'ngon-ngu/rust.md'
theme:
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: grey
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: grey
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.expand
- search.suggest
- search.highlighting
- search.share
name: material
icon:
repo: fontawesome/brands/github
language: vi
plugins:
- search
- open-in-new-tab
extra:
generator: false