diff --git a/user-guide/files/下载链接和代码仓库链接.md b/user-guide/files/下载链接和代码仓库链接.md new file mode 100644 index 0000000..f0586d8 --- /dev/null +++ b/user-guide/files/下载链接和代码仓库链接.md @@ -0,0 +1,25 @@ +- Kylin-IDE + * 桌面版 + - 帮助文档:[链接](./远程开发.md) + - [IDE基础平台-下载链接](https://gitee.com/chriswang521/kylin-ide/releases) + - 银河麒麟桌面操作系统V10亦可在软件商店中检索安装 + * 远程开发插件版 + - 帮助文档:[链接](./远程开发.md) + - 插件:Kylin Remote Development插件可在openVSX插件市场中检索到 + - 插件:[下载链接](https://gitee.com/mcy-kylin/remote-dev/releases) + - 服务端:[下载链接](https://gitee.com/mcy-kylin/kylin-ide-server/releases) + * 远程开发WebIDE版 + - 帮助文档:[链接](./远程开发WebIDE版.md) + - 客户端:[下载链接](https://gitee.com/leven08/kylin-ide-web-client/releases) + - 服务端:与远程开发插件版共用一套服务端 +- Kylin-Code + * [IDE基础平台-仓库链接](https://gitee.com/openkylin/kylin-code) + * [IDE基础平台-下载链接](https://gitee.com/openkylin/kylin-code/releases) + * openKylin系统亦可在软件商店中检索安装 +- 插件代码仓库和下载链接 + * 大部分插件已上传[openVSX插件市场](https://open-vsx.org/),可以在Kylin-IDE或Kylin-Code中检索到,或直接在插件市场检索到 + * [gitee汇总地址](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam):目录以插件name字段命名,代码仓库地址(如有)和下载链接在对应目录的readme中 +- 帮助文档目录 + * [地址](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md) +- 汇总仓库(openKylin extensions-repo) + * [地址](https://gitee.com/openkylin/extensions-repo) \ No newline at end of file diff --git a/user-guide/files/问题反馈.md b/user-guide/files/问题反馈.md index 56e3e85..4c77ae8 100644 --- a/user-guide/files/问题反馈.md +++ b/user-guide/files/问题反馈.md @@ -1,4 +1,10 @@ -- 如果发现问题,可以在相应仓库的Issues中反馈问题,常用的几个Issues链接如下 +- 可以在相应仓库的Issues中反馈问题(需登录gitee账号),常用的几个Issues链接如下 * [extensions-repo Issues](https://gitee.com/openkylin/extensions-repo/issues) * [Kylin-Code IDE基础平台 Issues](https://gitee.com/openkylin/kylin-code/issues) - * [Kylin-IDE IDE基础平台 Issues](https://gitee.com/chriswang521/kylin-ide/issues) \ No newline at end of file + * [Kylin-IDE IDE基础平台 Issues](https://gitee.com/chriswang521/kylin-ide/issues) +- openKylin Framework SIG组月度例会 + * 欢迎参加月度例会,反馈问题,讨论Kylin-Code及其插件规划和发展思路、讨论IDE发展方向 + * 例会时间:每个月的第2个周二下午14:00,如遇到节假日,顺延到下一个周二 + * 例会会议号通常会在openKylin官网公布([点此链接,在主页找到“社区日程”,点击日历的对应日期查看](https://www.openkylin.top/index-cn.html)) +- 如果无gitee账号,可以将问题发邮件反馈,邮箱列表如下 + * muruichao@kylinos.cn \ No newline at end of file diff --git a/user-guide/目录.md b/user-guide/目录.md index 2e40f84..25588fe 100644 --- a/user-guide/目录.md +++ b/user-guide/目录.md @@ -1,10 +1,12 @@ # 目录 #### [简介](./files/简介.md) -#### [新功能介绍](./files/新功能.md) +#### [下载链接和代码仓库链接](./files/下载链接和代码仓库链接.md) #### [支持的平台](./files/支持的平台.md) +#### [新功能介绍](./files/新功能.md) + #### [远程开发WebIDE版](./files/远程开发WebIDE版.md) #### [远程开发插件版](./files/远程开发.md)