Merge new documentation

This commit is contained in:
2022-04-09 01:37:12 +08:00
parent c3fbaf553f
commit a455eec5de
52 changed files with 8270 additions and 104 deletions

23
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,23 @@
* 入门
* [介绍](guide/home)
* [基础知识](guide/knowledge)
* [快速开始](guide/quick-start)
* [用法示例](guide/example)
* [特色功能](guide/special-feature)
* 配置
* [API 基本配置](config/api-example)
* [API 异常处理](config/api-exception)
* [作为 Xposed 模块使用的相关配置](config/xposed-using)
* [作为 Hook API 使用的相关配置](config/api-using)
* [R8 与 Proguard 混淆](config/r8-proguard)
* API 文档
* [文档介绍](api/home)
* [Public API](api/document)
* 关于
* [更新日志](about/changelog)
* [展望未来](about/future)
* [联系我们](about/contacts)
* [关于此文档](about/about)