Skip to content

Commit c7cedec

Browse files
committed
完善了文档使用说明书中的相关教程临时参考
1 parent a5da302 commit c7cedec

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
1212
* [数字化世界](https://github.com/Haoke98/AllKeeper)
1313
![](https://haoke98.github.io/DjangoAsyncAdmin/static/digital_world_banner.png)
1414
* [AI实验室](#)
15-
![](docs/static/silk_road_ai_banner.png)
15+
![](https://haoke98.github.io/DjangoAsyncAdmin/static/silk_road_ai_banner.png)
1616

1717
## 功能
1818
<table>
@@ -40,10 +40,23 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
4040
</table>
4141

4242
## 使用方法
43-
* 详细文档请见 [DjangoAsyncAdmin Docs](https://haoke98.github.io/DjangoAsyncAdmin/)
43+
### 基础
4444
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html)
4545
* 打包及发布文档 [Package And Deploy](https://haoke98.github.io/DjangoAsyncAdmin/build.html)
46-
* SimplePro文档相见 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/)
46+
* 安装配置 [临时参考](https://www.mldoo.com/docs/simplepro/guide/project_config.html)
47+
### 进阶配置
48+
* 全局配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/global/)
49+
* Admin配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/admin/field.html)
50+
* 主题配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/theme.html)
51+
* JS-SDK [临时参考](https://www.mldoo.com/docs/simplepro/config/jssdk.html)
52+
* 自定义权限 [临时参考](https://www.mldoo.com/docs/simplepro/config/permissions.html)
53+
* 可视化图标 [临时参考](https://www.mldoo.com/docs/simplepro/config/chat.html)
54+
* 富文本插件 [临时参考](https://www.mldoo.com/docs/simplepro/config/editor.html)
55+
### 常见问题
56+
* 静态文件 [临时参考](https://www.mldoo.com/docs/simplepro/faq/static.html)
57+
* 安装问题 [临时参考](https://www.mldoo.com/docs/simplepro/faq/install.html)
58+
* 安装问题 [临时参考](https://www.mldoo.com/docs/simplepro/faq/install.html)
59+
4760
### 安装
4861
#### pip安装
4962
```shell

docs/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,22 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
4040
</table>
4141

4242
## 使用方法
43+
### 基础
4344
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html)
4445
* 打包及发布文档 [Package And Deploy](https://haoke98.github.io/DjangoAsyncAdmin/build.html)
45-
* 其他&配置相关文档 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/)
46+
* 安装配置 [临时参考](https://www.mldoo.com/docs/simplepro/guide/project_config.html)
47+
### 进阶配置
48+
* 全局配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/global/)
49+
* Admin配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/admin/field.html)
50+
* 主题配置 [临时参考](https://www.mldoo.com/docs/simplepro/config/theme.html)
51+
* JS-SDK [临时参考](https://www.mldoo.com/docs/simplepro/config/jssdk.html)
52+
* 自定义权限 [临时参考](https://www.mldoo.com/docs/simplepro/config/permissions.html)
53+
* 可视化图标 [临时参考](https://www.mldoo.com/docs/simplepro/config/chat.html)
54+
* 富文本插件 [临时参考](https://www.mldoo.com/docs/simplepro/config/editor.html)
55+
### 常见问题
56+
* 静态文件 [临时参考](https://www.mldoo.com/docs/simplepro/faq/static.html)
57+
* 安装问题 [临时参考](https://www.mldoo.com/docs/simplepro/faq/install.html)
58+
* 安装问题 [临时参考](https://www.mldoo.com/docs/simplepro/faq/install.html)
4659

4760
### 安装
4861

0 commit comments

Comments
 (0)