You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/05/21 05:13:34 UTC

[1/3] incubator-weex-site git commit: change column-gap --> right-gap

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master ecb64a3f7 -> fd7249d44


change column-gap --> right-gap

which is wrong in Chinese doc

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/68371d06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/68371d06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/68371d06

Branch: refs/heads/master
Commit: 68371d06a54bace71ba28d14a620e50872f505ba
Parents: ecb64a3
Author: only4ly <zh...@foxmail.com>
Authored: Thu May 17 23:35:29 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Thu May 17 23:35:29 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/waterfall.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/68371d06/source/cn/references/components/waterfall.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/waterfall.md b/source/cn/references/components/waterfall.md
index a9c7e66..6b3f000 100644
--- a/source/cn/references/components/waterfall.md
+++ b/source/cn/references/components/waterfall.md
@@ -30,7 +30,7 @@ version: 2.1
   - `<integer>`: 最佳列数,column-width 和  column-count 都指定非0值, 则 column-count 代表最大列数。
 - **column-gap**: 列与列的间隙. 如果指定了 `normal` ,则对应 `32`.
 - **left-gap**: 左边cell和列表的间隙. 如果未指定 ,则对应 `0`<span class="api-version">v0.19+</span>.
-- **column-gap**: 右边cell和列表的间隙. 如果未指定,则对应 `0`<span class="api-version">v0.19+</span>.
+- **right-gap**: 右边cell和列表的间隙. 如果未指定,则对应 `0`<span class="api-version">v0.19+</span>.
 
 其他支持的属性参见 [List Component Attributes](./list.html)
 


[2/3] incubator-weex-site git commit: Have a white space between npm and @latest

Posted by ha...@apache.org.
Have a white space between npm and @latest

`npm install npm@ latest -g` shouldn't have a white space between npm and @latest, and changes to `npm install npm@latest -g`

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d64cfbe8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d64cfbe8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d64cfbe8

Branch: refs/heads/master
Commit: d64cfbe811cb6b262941d2707714fd99f07462f6
Parents: ecb64a3
Author: shushu <12...@qq.com>
Authored: Fri May 18 16:01:22 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Fri May 18 16:01:22 2018 +0800

----------------------------------------------------------------------
 source/guide/set-up-env.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d64cfbe8/source/guide/set-up-env.md
----------------------------------------------------------------------
diff --git a/source/guide/set-up-env.md b/source/guide/set-up-env.md
index ceb8142..f0959cb 100644
--- a/source/guide/set-up-env.md
+++ b/source/guide/set-up-env.md
@@ -23,7 +23,7 @@ $ nvm use 6.10.0
 
 And `npm` comes with Node.js, with which you can install the Weex command line tools.
 
-> **NOTE: ** After upgrading the `weex-toolkit` to v1.0.8, the `npm-shrinkwrap.json` npm 5 specification has been added to lock the package dependencies, it is needed to upgrade your npm version to 5 above by command: `npm install npm @latest -g` if your version is lower than this, please check your npm version before using it.
+> **NOTE: ** After upgrading the `weex-toolkit` to v1.0.8, the `npm-shrinkwrap.json` npm 5 specification has been added to lock the package dependencies, it is needed to upgrade your npm version to 5 above by command: `npm install npm@latest -g` if your version is lower than this, please check your npm version before using it.
 
 Run the following commands in a terminal:
 


[3/3] incubator-weex-site git commit: change column-gap --> right-gap (#152)

Posted by ha...@apache.org.
change column-gap --> right-gap (#152)


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/fd7249d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/fd7249d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/fd7249d4

Branch: refs/heads/master
Commit: fd7249d444262cb41b0f3cf91a06798159627c0b
Parents: d64cfbe 68371d0
Author: Hanks <zh...@gmail.com>
Authored: Mon May 21 13:13:13 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Mon May 21 13:13:13 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/waterfall.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------