-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
100 lines (94 loc) · 2.57 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
site_name: Fcitx5 For Android
site_description: Documentation for fcitx5-android
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
primary: teal
accent: amber
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/brightness-4
name: Switch to system preference
favicon: assets/ic_launcher_legacy_source.png
logo: assets/ic_launcher_legacy_source.png
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.top
- content.action.edit
site_url: https://fcitx5-android.github.io
repo_name: fcitx5-android
repo_url: https://github.com/fcitx5-android/fcitx5-android
edit_uri: https://github.com/fcitx5-android/fcitx5-android.github.io/edit/master/docs/
copyright: Copyright © 2022 - 2024 Fcitx5 for Android Contributors
extra:
social:
- icon: simple/github
link: https://github.com/fcitx5-android
name: fcitx5-android on GitHub
- icon: simple/matrix
link: https://matrix.to/#/#fcitx5-android:mozilla.org
name: fcitx5-android on Matrix
- icon: simple/telegram
link: https://t.me/+hci-DrFVWUM3NTUx
name: fcitx5-android on Telegram
- icon: simple/trello
link: https://trello.com/w/fcitx5android
name: fcitx5-android on Trello
plugins:
- search
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- build: true
default: false
locale: en
name: English
- build: true
default: true
locale: zh
name: 简体中文
reconfigure_material: true
reconfigure_search: true
markdown_extensions:
- toc:
permalink: "#"
- admonition
- footnotes
- meta
- pymdownx.caret
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- codehilite:
guess_lang: false
linenums: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.tasklist
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg