-
Notifications
You must be signed in to change notification settings - Fork 70
/
mkdocs.yml
46 lines (43 loc) · 1014 Bytes
/
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
site_name: django-adminlte-ui
site_url: https://wuyue92tree.github.io/django-adminlte-ui
repo_url: https://github.com/wuyue92tree/django-adminlte-ui
nav:
- Home: en/index.md
- Guide: en/guide.md
- ChangeLog: en/changelog.md
- FAQ: en/faq.md
theme:
name: material
font: false
icon:
logo: material/file-document-multiple
features:
- content.code.copy
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/wuyue92tree/django-adminlte-ui
name: django-adminlte-ui on Github
version:
provider: mike
plugins:
- search
- i18n:
docs_structure: folder
languages:
en: English
zh: 简体中文
default_language: en
nav_translations:
zh:
Home: 主页
Guide: 指南
ChangeLog: 更新日志
FAQ: FAQ