diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index 2ce8e90b..d8e946e5 100644 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js @@ -67,6 +67,7 @@ module.exports = { title: '社区提供', collapsable: false, children: [ + {title: '说明', path: '/guide/community/report'}, {title: '搭建AJ-Report开发环境', path: '/guide/community/AC1688/搭建aj-report开发环境'} ] } diff --git a/doc/docs/guide/community/report.md b/doc/docs/guide/community/report.md new file mode 100644 index 00000000..9c9b9d6c --- /dev/null +++ b/doc/docs/guide/community/report.md @@ -0,0 +1,14 @@ +# 社区用户提交文档PR的简易说明 + +## 提交位置 +doc -- > docs --> guide -- > community 目录
+![img](../../guide/community/report/img.png)
+ +## 具体操作 +- 请在community目录下新建属于你自己的文件目录,命名方式可以使用自己在gitee的名字作为命名,注意中文命令可能会存在的一些问题。
+- 在你的个人目录下,你可以新建MD文件,需要用到图片可以直接放一个目录,如果md多,图片也多,建议再建下级目录存放。
+ +最后别忘了在config.js中添加配置,如图示。
+![img](../../guide/community/report/img_1.png)
+ + diff --git a/doc/docs/guide/community/report/img.png b/doc/docs/guide/community/report/img.png new file mode 100644 index 00000000..4b79b38f Binary files /dev/null and b/doc/docs/guide/community/report/img.png differ diff --git a/doc/docs/guide/community/report/img_1.png b/doc/docs/guide/community/report/img_1.png new file mode 100644 index 00000000..0452f0da Binary files /dev/null and b/doc/docs/guide/community/report/img_1.png differ