You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/08/20 11:21:26 UTC

[incubator-weex-site] branch master updated: Fix syntax problem. (#483)

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 79e7fdd  Fix syntax problem. (#483)
79e7fdd is described below

commit 79e7fdd1d717ee6901f4ab2196525a2875982e6c
Author: YorkShen <sh...@gmail.com>
AuthorDate: Tue Aug 20 19:21:22 2019 +0800

    Fix syntax problem. (#483)
---
 docs/.vuepress/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 2bac55c..8bdc25b 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -183,7 +183,7 @@ module.exports = {
           ],
           '/blog/': [
             ['write-a-blog', 'Write a Blog'],
-            ['ios-weexcore.md', 'Adapt iOS WeexSDK to WeexCore']
+            ['ios-weexcore.md', 'Adapt iOS WeexSDK to WeexCore'],
             ['weex-third-party-extensions','List of Third Party Plugin']
           ],
           '/download/':[
@@ -359,7 +359,7 @@ module.exports = {
             ['weex-auto-test-locating', 'Weex自动化测试元素定位方案'],
             ['ios-weexcore.md', 'iOS WeexSDK 接入 WeexCore'],
             ['weexcore-multiprocess-evolution', 'WeexCore 多进程多线程架构演进'],
-            ['interaction-optimization', '可交互时间的探索和首屏时间的改进之路']
+            ['interaction-optimization', '可交互时间的探索和首屏时间的改进之路'],
             ['weex-third-party-extensions','Weex 三方插件']
           ],
           '/zh/download/':[