-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (76 loc) · 2.06 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
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: 跨过数字鸿沟 Easy-Android-Seniors # 网站名称
site_url: https://help.csworldlet.top # 网站 URL
site_author: Chatseeon # 网站作者
site_description: >-
一份指南,帮助老人学会使用安卓手机.A guide to help seniors use Android smartphones。教老人用手机 # 网站描述
# Repository
repo_name: chatseeon/easy-android-seniors # 仓库名称
repo_url: https://github.com/chatseeon/easy-android-seniors # 仓库 URL
# Copyright
copyright: Copyright © 2024 Chatseeon
# Configuration
theme:
name: material # 使用 Material 主题
features:
- navigation.tabs
- search.highlight
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
# Plugins
plugins:
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- glightbox
- minify:
minify_html: true
# Markdown extensions
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed
- markdown_include.include
- pymdownx.caret
- pymdownx.emoji
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist
- admonition
- codehilite
- footnotes
- toc:
permalink: true
# Navigation structure
nav:
- 首页: index.md
- 教程:
- 软件分类:
- 聊天软件:
- 微信:
- 如何加好友: tutorials/app-category/Instant-messaging/wechat/add-friends.md
- Common Issues: tutorials/common-issues.md
- Advanced:
- Security Tips: advanced/security-tips.md
- Customization: advanced/customization.md
- 软件总页:
- 微信: part1/wechat.md
# Extra CSS for custom styles
extra_css:
- stylesheets/extra.css