-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (54 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
58 lines (54 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site_name: 开源操作系统社区
repo_url: https://github.com/DongJianHao123/mkdocs-test.git
# repo_name: Dongjianhao123/mkdocs-test
theme:
name: material
logo: https://os2edu.cn/assets/images/logo.png
favicon: https://os2edu.cn/assets/images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.expand
- navigation.path
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
# - navigation.
palette:
# Palette toggle for light mode
- scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
homepage: https://os2edu.cn
plugins:
- search
- glightbox
- git-revision-date-localized:
fallback_to_build_date: true
locale: zh
- git-authors:
show_contribution: true
show_line_count: true
nav:
- 主页: index.md
- 目录一:
- 页面1: test1/page1.md
- 目录二:
- 页面2: test2/page2.md