forked from liangjingkanji/Channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (34 loc) · 785 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
site_name: Channel
site_author: drake
site_description: Channel document
copyright: Copyright © 2018 - 2020 Drake
repo_name: GitHub
repo_url: https://github.com/liangjingkanji/Channel
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
- 标签事件: tag-event.md
- 生命周期: lifecycle.md
- 前台更新: live.md
- 切换调度器: dispatcher.md
- 1.x文档: api/channel/com.drake.channel/index.md