forked from LiteLDev/LeviLamina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
110 lines (93 loc) · 2.2 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
101
102
103
104
105
106
107
108
109
110
site_name: LeviLamina
repo_url: https://github.com/LiteLDev/LeviLamina
nav:
- Home: index.md
- quickstart.md
- Install:
- install.md
- Install on Docker: https://github.com/LiteLDev/levilamina-docker-server
- faq.md
- Tutorials:
- tutorials/create_your_first_plugin.md
- tutorials/publish_your_first_plugin.md
- tutorials/publish_your_first_pack.md
- Guides:
- guides/event_guide.md
- guides/export_interface_guide.md
- guides/find_function_guide.md
- guides/form_guide.md
- guides/hook_guide.md
- guides/i18n_guide.md
- guides/item_guide.md
- guides/permission_guide.md
- APIs: https://levilamina.liteldev.com/api
- Plugins: https://lippkg.com
- discuss.md
- links.md
exclude_docs: |
api/assets/
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
favicon: img/favicon.ico
logo: img/logo.svg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc
- tables
- pymdownx.arithmatex
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
auto_title: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
plugins:
- i18n:
languages:
- locale: en
default: true
name: English
- locale: zh
name: 中文
nav_translations:
Home: 主页
Install: 安装
Install on Docker: 在Docker上安装
Tutorials: 教程
Guides: 指南
APIs: 接口
Engines: 引擎
Plugins: 插件
- search