forked from liangjingkanji/Serialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (80 loc) · 1.98 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
site_name: Serialize
site_description: Serialize document
repo_url: https://github.com/liangjingkanji/Serialize
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/liangjingkanji
- icon: fontawesome/brands/qq
link: https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/img/group-qrcode.png
site_author: 劉強東
copyright: Copyright © 2018 - 2023 劉強東
repo_name: GitHub
docs_dir: 'docs'
extra_css:
- css/extra.css
theme:
name: material
custom_dir: docs/material
favicon: img/book-open.svg
logo: img/book-open.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
font: false
language: zh
features:
- navigation.top
- navigation.prune
- navigation.footer
- navigation.instant
- search.highlight
- search.suggest
- search.share
- content.code.copy
- content.code.annotate
plugins:
- offline
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang:
- en
- zh
markdown_extensions:
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.highlight
- pymdownx.details
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- 序列化字段: index.md
- 序列化函数: function.md
- 序列化配置: config.md
- 序列化LiveData: liveData.md
- 自定义序列化: hook.md
- 常见问题: issues.md
- 页面参数: arguments.md
- 更新日志: updates.md
- 1.x文档: api/index.html