This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e997c5  Fix compiling error. (#460)
4e997c5 is described below

commit 4e997c57d73881e109f54dfca71a2a11d359a57a
Author: YorkShen <[email protected]>
AuthorDate: Fri Jul 26 16:39:19 2019 +0800

    Fix compiling error. (#460)
---
 docs/.vuepress/config.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index f7db4a5..a1d8810 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -178,7 +178,8 @@ module.exports = {
             ['extension', 'VSCode Extension']
           ],
           '/community/': [
-            ['weex-third-party-extensions', 'Plugins Market']]
+            ['weex-third-party-extensions', 'Plugins Market']
+          ],
           '/blog/': [
             ['write-a-blog', 'Write a Blog'],
             ['ios-weexcore.md', 'Adapt iOS WeexSDK to WeexCore']
@@ -348,7 +349,8 @@ module.exports = {
             ['extension', 'VSCode 插件']
           ],
           '/zh/community/': [
-            ['weex-third-party-extensions', '插件市场']]
+            ['weex-third-party-extensions', '插件市场']
+          ],
           '/zh/blog/': [
             ['write-a-blog', '写一篇博客'],
             ['weex-auto-test-locating', 'Weex自动化测试元素定位方案'],

Reply via email to