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/07 04:16:37 UTC

[incubator-weex-site] branch master updated: Update config.js (#468)

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 11edb68  Update config.js (#468)
11edb68 is described below

commit 11edb68116f5df220967ea8ec9ed97b2f2e9a3a1
Author: YorkShen <sh...@gmail.com>
AuthorDate: Wed Aug 7 12:16:33 2019 +0800

    Update config.js (#468)
    
    Add dot.we
---
 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 a1d8810..3c92e32 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -175,7 +175,8 @@ module.exports = {
           '/tools/': [
             ['playground', 'Playground App'],
             ['toolkit', 'Weex Toolkit'],
-            ['extension', 'VSCode Extension']
+            ['extension', 'VSCode Extension'],
+            ["dotwe", "Online Playground"]
           ],
           '/community/': [
             ['weex-third-party-extensions', 'Plugins Market']
@@ -346,7 +347,8 @@ module.exports = {
           '/zh/tools/': [
             ['playground', 'Playground 应用'],
             ['toolkit', 'Weex 工具箱'],
-            ['extension', 'VSCode 插件']
+            ['extension', 'VSCode 插件'],
+            ["dotwe", "Online Playground"]
           ],
           '/zh/community/': [
             ['weex-third-party-extensions', '插件市场']