-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (36 loc) · 825 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (36 loc) · 825 Bytes
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
site_name: Redis 文档
docs_dir: content/zh-cn
site_dir: docs
theme:
name: material
language: zh
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
# - navigation.expand
- navigation.indexes
- navigation.top
markdown_extensions:
- pymdownx.highlight:
auto_title: true
anchor_linenums: true
use_pygments: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
# nav:
# - 主页: index.md
# - Blog:
# - blog/index.md
# plugins:
# - blog