forked from liangjingkanji/Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (67 loc) · 1.8 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
site_name: Net
site_author: drake
site_description: Net document
copyright: Copyright © 2018 - 2020 劉強東
repo_name: GitHub
repo_url: https://github.com/liangjingkanji/Net
extra_css:
- css/extra.css
docs_dir: docs
theme:
name: material
custom_dir: docs/material
palette:
scheme: drake
primary: white
font: false
language: 'zh'
features:
- search.highlight
markdown_extensions:
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed
nav:
- 使用: index.md
- 协程请求: coroutine-request.md
- 同步请求: sync-request.md
- 请求参数: request.md
- 全局配置: config.md
- 返回数据:
- 使用转换器: converter.md
- 特殊结构解析: convert-special.md
- kotlin-serialization: kotlin-serialization.md
- 数据模型生成插件: model-generate.md
- 自动化:
- 自动加载框: auto-dialog.md
- 自动缺省页: auto-state.md
- 自动下拉刷新: auto-refresh.md
- 自动分页加载: auto-page.md
- 创建作用域: scope.md
- ViewModel: view-model.md
- 切换线程: switch-thread.md
- OkHttpClient: okhttp-client.md
- 错误处理: error-handle.md
- 定位异常: exception-track.md
- 拦截器: interceptor.md
- 标签: tag.md
- 上传文件: upload-file.md
- 下载文件: download-file.md
- 进度监听: progress.md
- 取消请求: cancel.md
- Https证书: https.md
- 重复请求: unique.md
- 自动搜索/节流阀: debounce.md
- 最快请求结果: fastest.md
- 日志拦截器: log-recorder.md
- 轮循器/倒计时: interval.md
- Callback: callback.md
- 常见问题: issues.md
- 更新日志: updates.md
- 3.x文档: api/index.html