-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathmkdocs.yml
96 lines (83 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
84
85
86
87
88
89
90
91
92
93
94
95
96
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
- Tutorials:
- tutorials/ai_npc_and_assistant.md
- tutorials/create_your_first_plugin.md
- tutorials/customized_terrain_generation.md
- tutorials/fly_in_survival.md
- tutorials/more_dimensions.md
- tutorials/publish_your_first_pack.md
- tutorials/publish_your_first_plugin.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
- faq.md
- Native APIs: https://levilamina.liteldev.com/api
- discuss.md
exclude_docs: |
api/assets/
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
favicon: img/favicon.ico
logo: img/logo.svg
palette:
primary: white
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: 指南
Native APIs: 原生API
- search