This is an automated email from the ASF dual-hosted git repository.
moshen pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git
The following commit(s) were added to refs/heads/draft by this push:
new f881f36 Move third-party plugins to community.
f881f36 is described below
commit f881f36a7e1a80d31609b2911902e3489609b4ae
Author: wqyfavor <[email protected]>
AuthorDate: Sun Feb 10 13:49:59 2019 +0800
Move third-party plugins to community.
---
docs/.vuepress/config.js | 8 +++-----
docs/{blog => community}/weex-third-party-extensions.md | 0
docs/zh/{blog => community}/weex-third-party-extensions.md | 0
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 6f875c2..a256799 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -174,10 +174,9 @@ module.exports = {
['toolkit', 'Weex Toolkit'],
['extension', 'VSCode Extension']
],
- '/community/': [['roadmap', 'roadmap']],
+ '/community/': [['roadmap', 'Roadmap'],
['weex-third-party-extensions', 'Weex Third Party Plugins']],
'/blog/': [
- ['write-a-blog', 'Write a Blog'],
- ['weex-third-party-extensions', 'Weex Third Party Plugins']
+ ['write-a-blog', 'Write a Blog']
]
}
},
@@ -337,10 +336,9 @@ module.exports = {
['toolkit', 'Weex Toolkit'],
['extension', 'VSCode Extension']
],
- '/zh/community/': [['roadmap', 'roadmap']],
+ '/zh/community/': [['roadmap', 'Roadmap'],
['weex-third-party-extensions', 'Weex 三方插件']],
'/zh/blog/': [
['write-a-blog', '写一篇博客'],
- ['weex-third-party-extensions', 'Weex 三方插件'],
['weex-auto-test-locating', 'Weex自动化测试元素定位方案']
]
}
diff --git a/docs/blog/weex-third-party-extensions.md
b/docs/community/weex-third-party-extensions.md
similarity index 100%
rename from docs/blog/weex-third-party-extensions.md
rename to docs/community/weex-third-party-extensions.md
diff --git a/docs/zh/blog/weex-third-party-extensions.md
b/docs/zh/community/weex-third-party-extensions.md
similarity index 100%
rename from docs/zh/blog/weex-third-party-extensions.md
rename to docs/zh/community/weex-third-party-extensions.md