-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (49 loc) · 1.34 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
site_name: Tự luyện Tiếng Nhật
site_description: meow meow meow meow meow meow meow meow
site_author: duykhanh471
site_url: https://daihocmo.github.io
repo_url: https://github.com/daihocmo/tieng-nhat
repo_name: Chỉnh sửa trang
nav:
- 'Trang chủ': 'index.md'
- 'Hướng dẫn': 'guide.md'
- 'Setup': 'setup.md'
- 'Câu hỏi thường gặp': 'faq.md'
- 'Nội dung Tiếng Nhật': 'noi-dung-tieng-nhat.md'
- 'Tài nguyên học':
- 'Tổng hợp': 'resources.md'
- 'Comprehensible Input': 'input.md'
- 'Tham gia cộng đồng học': 'join.md'
- 'Recommendations': 'recommendation.md'
theme:
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
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: black
accent: grey
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/logo.svg
features:
- navigation.tabs
- navigation.sections
- toc.follow
- search.highlighting
- search.share
- search.suggest
name: material
plugins:
- search
- open-in-new-tab
extra:
generator: false