-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathmkdocs.yml
36 lines (33 loc) · 926 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
site_name: AKTools 官方文档
site_description: AKTools framework, high performance, easy to learn, fast to code, ready for production
site_url: https://aktools.akfamily.xyz/
theme:
name: material
logo: https://fastapi.tiangolo.com/img/icon-white.svg
favicon: https://fastapi.tiangolo.com/img/favicon.png
language: zh
features:
- content.code.annotate
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
repo_name: akfamily/aktools
repo_url: https://github.com/akfamily/aktools
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- 'css/termynal.css'
- 'css/custom.css'
extra_javascript:
- 'js/termynal.js'
- 'js/custom.js'