You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/11 12:03:11 UTC

[1/2] incubator-weex git commit: * [doc] Fixed typo in filename

Repository: incubator-weex
Updated Branches:
  refs/heads/master bdf512cf3 -> a311ae553


* [doc] Fixed typo in filename

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

Branch: refs/heads/master
Commit: a311ae5531ba8c18f5a6b44a19e51b75cca1ae19
Parents: 7519123
Author: Ho Chin Chee <al...@hotmail.com>
Authored: Tue Oct 10 16:51:15 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 11 20:02:04 2017 +0800

----------------------------------------------------------------------
 doc/source/references/platform-difference.md | 11 +++++++++++
 doc/source/references/platfrom-difference.md | 11 -----------
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a311ae55/doc/source/references/platform-difference.md
----------------------------------------------------------------------
diff --git a/doc/source/references/platform-difference.md b/doc/source/references/platform-difference.md
new file mode 100644
index 0000000..0aadfae
--- /dev/null
+++ b/doc/source/references/platform-difference.md
@@ -0,0 +1,11 @@
+---
+title: Platform Differences Between Weex and Web
+type: references
+order: 12
+version: 2.1
+has_chapter_content: true
+---
+
+# Platform Differences Between Weex and Web
+
+Work in progresss.

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a311ae55/doc/source/references/platfrom-difference.md
----------------------------------------------------------------------
diff --git a/doc/source/references/platfrom-difference.md b/doc/source/references/platfrom-difference.md
deleted file mode 100644
index 0aadfae..0000000
--- a/doc/source/references/platfrom-difference.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Platform Differences Between Weex and Web
-type: references
-order: 12
-version: 2.1
-has_chapter_content: true
----
-
-# Platform Differences Between Weex and Web
-
-Work in progresss.


[2/2] incubator-weex git commit: * [doc] Fixed article typo

Posted by gu...@apache.org.
* [doc] Fixed article typo

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

Branch: refs/heads/master
Commit: 7519123e87bcab4389110e4888b967cd27bb9f1d
Parents: bdf512c
Author: Ho Chin Chee <al...@hotmail.com>
Authored: Tue Oct 10 16:50:41 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 11 20:02:04 2017 +0800

----------------------------------------------------------------------
 doc/source/references/vue/difference-with-web.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/7519123e/doc/source/references/vue/difference-with-web.md
----------------------------------------------------------------------
diff --git a/doc/source/references/vue/difference-with-web.md b/doc/source/references/vue/difference-with-web.md
index 2af11f9..b750591 100644
--- a/doc/source/references/vue/difference-with-web.md
+++ b/doc/source/references/vue/difference-with-web.md
@@ -9,7 +9,7 @@ version: 2.1
 
 ## Platform Differences
 
-Vue.js was designed for the Web platform at the begining. Although it can be based on Weex to develop native applications, there are still many differences between web and native. See [Platform Differences Between Weex and Web](../ platform-difference.html) for more details.
+Vue.js was designed for the Web platform at the begining. Although it can be based on Weex to develop native applications, there are still many differences between web and native. See [Platform Differences Between Weex and Web](../platform-difference.html) for more details.
 
 Due to those differences, Weex doesn't support those features in Vue.js (mostly are DOM-related):