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/08 03:57:16 UTC

[incubator-weex-site] branch master updated: Rename online playground to online editor. (#473)

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 0c64f67  Rename online playground to online editor. (#473)
0c64f67 is described below

commit 0c64f67dc3e3e0fae0293cdafb77275505bc93fd
Author: YorkShen <sh...@gmail.com>
AuthorDate: Thu Aug 8 11:57:11 2019 +0800

    Rename online playground to online editor. (#473)
---
 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 412d36b..fa2c702 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -176,7 +176,7 @@ module.exports = {
           '/tools/': [
             ['toolkit', 'Weex Toolkit'],
             ['extension', 'VSCode Extension'],
-            ["dotwe", "Online Playground"]
+            ["dotwe", "Online Editor"]
           ],
           '/community/': [
             ['weex-third-party-extensions', 'Plugins Market']
@@ -348,7 +348,7 @@ module.exports = {
           '/zh/tools/': [
             ['toolkit', 'Weex 工具箱'],
             ['extension', 'VSCode 插件'],
-            ["dotwe", "Online Playground"]
+            ["dotwe", "Online Editor"]
           ],
           '/zh/community/': [
             ['weex-third-party-extensions', '插件市场']