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/02/27 02:50:40 UTC

[1/3] incubator-weex-site git commit: fix a wrong url reference path in guide index page

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master bf1a5fbaf -> c7bf76228


fix a wrong url reference path in guide index page

The extending JS Framework source at `line 88` in the `guide/index.md` went wrong.
Using the previous reference will get a `404` at the current live version of the site.
Fixed by change this reference to the correct location.

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/c0d6d078
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c0d6d078
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c0d6d078

Branch: refs/heads/master
Commit: c0d6d0780f1d97130a2772f7b4b1c1101c0e1cdc
Parents: 288bb98
Author: Souler Ou <ou...@souler.me>
Authored: Mon Feb 26 20:24:20 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Mon Feb 26 20:24:20 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c0d6d078/source/guide/index.md
----------------------------------------------------------------------
diff --git a/source/guide/index.md b/source/guide/index.md
index 9d6e5f5..475f470 100644
--- a/source/guide/index.md
+++ b/source/guide/index.md
@@ -85,7 +85,7 @@ Weex supports [Vue.js](https://vuejs.org/) and [Rax](https://alibaba.github.io/r
 
 > Vue.js and Rax are already integrated into Weex SDK, you don't need to require them manually.
 
-However, Vue and Rax are not the only options, it's possible to integrate other your favorite front-end framework into Weex. There is a document *[Extend JS Framework](./advanced/extend-js-framework.html)* that describes how to implement it, but the process is still very complicated and tricky. To achieve it, you need to understand many underlying details about the js-native bridge and native render engines.
+However, Vue and Rax are not the only options, it's possible to integrate other your favorite front-end framework into Weex. There is a document *[Extend JS Framework](./extend-js-framework.html)* that describes how to implement it, but the process is still very complicated and tricky. To achieve it, you need to understand many underlying details about the js-native bridge and native render engines.
 
 You can read *[Front-End Frameworks](./front-end-frameworks.html)* to learn more details.
 


[3/3] incubator-weex-site git commit: fix a wrong url reference path in guide index page (#76)

Posted by ha...@apache.org.
fix a wrong url reference path in guide index page (#76)


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/c7bf7622
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c7bf7622
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c7bf7622

Branch: refs/heads/master
Commit: c7bf76228dc0e862995d65df98fea5fa2828b10d
Parents: 68dbc73 c0d6d07
Author: Hanks <zh...@gmail.com>
Authored: Tue Feb 27 10:50:06 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Tue Feb 27 10:50:06 2018 +0800

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



[2/3] incubator-weex-site git commit: close invalid pull requests

Posted by ha...@apache.org.
close invalid pull requests

close #44, close #69, close #70


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/68dbc737
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/68dbc737
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/68dbc737

Branch: refs/heads/master
Commit: 68dbc737d97e631596d17d0a5c62db6a42ffbee7
Parents: bf1a5fb
Author: Hanks <zh...@gmail.com>
Authored: Tue Feb 27 10:49:25 2018 +0800
Committer: Hanks <zh...@gmail.com>
Committed: Tue Feb 27 10:49:25 2018 +0800

----------------------------------------------------------------------

----------------------------------------------------------------------