Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
MiyaPan committed Jul 12, 2019
1 parent d32475d commit 71147c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/getting-start/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"menu": [
{
"name": "如何提交站长组件代码",
"key": "how-to-contribute-site-extensions"
"key": "how-to-contribute"
},
{
"name": "如何贡献官方组件代码",
Expand Down
6 changes: 3 additions & 3 deletions docs/news/2019-04-28-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MIP 2.0 的组件机制和周边工具建设已趋于完善,无论是功能和
MIP 组件开发文档入口在 [MIP 官网](https://www.mipengine.org) - 组件 - 贡献组件代码,包含了如何开发组件、如何提供组件、MIP 组件的机制、调试等等相关的文档,基本涵盖了 MIP 组件开发从入门到进阶的所有内容。下面提供了一些开发者最需要关心的几篇文档链接:

- 如何提交组件代码
- [通过 GitHub 提交站长组件](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute-site-extensions.html)
- [通过 GitHub 提交站长组件](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute.html)
- [通过 GitHub 提交官方组件](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute-mip-extensions.html)
- [通过 MIP 组件审核平台提交站长组件](https://www.mipengine.org/v2/contribute/getting-start/contribute-with-mip-platform.html)
- 如何开发组件
Expand All @@ -35,10 +35,10 @@ MIP 2.0 已经涵盖了 1.0 的全部功能,并且在功能和性能上都比

### 3 如何迁移 MIP 1.0 站长组件?

[MIP 官网](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute-site-extensions.html) 有详细的文档说明如何进行 MIP 2.0 组件的开发与提交。
[MIP 官网](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute.html) 有详细的文档说明如何进行 MIP 2.0 组件的开发与提交。

### 4 组件迁移遇到问题应该怎么办?

[MIP 官网](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute-site-extensions.html) 所提供的组件开发文档基本上涵盖了常见问题的解决方案,开发者可以先通过文档自行查找并解决这类问题。如果遇到无法解决的问题,可以通过发邮件([email protected])或者加 QQ 群(580967494)参与讨论,我们会有专门的同学来解答您的问题。
[MIP 官网](https://www.mipengine.org/v2/contribute/getting-start/how-to-contribute.html) 所提供的组件开发文档基本上涵盖了常见问题的解决方案,开发者可以先通过文档自行查找并解决这类问题。如果遇到无法解决的问题,可以通过发邮件([email protected])或者加 QQ 群(580967494)参与讨论,我们会有专门的同学来解答您的问题。


0 comments on commit 71147c5

Please sign in to comment.