-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (33 loc) · 708 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (33 loc) · 708 Bytes
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
site_name: Engine
site_author: drake
site_description: Engine document
copyright: Copyright © 2018 - 2020 劉強東
repo_name: GitHub
repo_url: https://github.com/liangjingkanji/Engine
extra_css:
- css/extra.css
docs_dir: docs
theme:
name: material
custom_dir: docs/material
palette:
scheme: drake
primary: white
font: false
language: zh
markdown_extensions:
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
nav:
- 引擎索引: index.md
- 基类: base.md
- 视图: view.md
- 工具: utils.md
- 函数文档: api/index.html