You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/22 01:59:38 UTC

[05/50] incubator-weex git commit: * [website] Re-ordered the guide content: intro up & tools down.

* [website] Re-ordered the guide content: intro up & tools down.


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

Branch: refs/heads/0.12-dev
Commit: 1543a5c94ec6b8b3e1cbfdc17bd38bbd36371892
Parents: ca43fa3
Author: Jinjiang <zh...@me.com>
Authored: Fri Mar 10 10:17:29 2017 +0800
Committer: Jinjiang <zh...@me.com>
Committed: Fri Mar 10 10:17:29 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/guide/intro/app-architecture.md   | 2 +-
 doc/source/cn/guide/intro/how-it-works.md       | 2 +-
 doc/source/cn/guide/intro/index.md              | 4 ++--
 doc/source/cn/guide/intro/page-architecture.md  | 2 +-
 doc/source/cn/guide/intro/using-vue.md          | 2 +-
 doc/source/cn/guide/intro/web-dev-experience.md | 2 +-
 doc/source/cn/guide/intro/write-once.md         | 4 ++--
 doc/source/cn/guide/tools/devtools.md           | 2 +-
 doc/source/cn/guide/tools/index.md              | 4 ++--
 doc/source/cn/guide/tools/weexpack.md           | 2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/app-architecture.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/app-architecture.md b/doc/source/cn/guide/intro/app-architecture.md
index 22fc35c..a3f39ce 100644
--- a/doc/source/cn/guide/intro/app-architecture.md
+++ b/doc/source/cn/guide/intro/app-architecture.md
@@ -1,7 +1,7 @@
 ---
 title: \u7528 Weex \u6784\u5efa\u79fb\u52a8\u5e94\u7528
 type: guide
-order: 5.5
+order: 4.5
 version: 2.1
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/how-it-works.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/how-it-works.md b/doc/source/cn/guide/intro/how-it-works.md
index 51319e1..4480005 100644
--- a/doc/source/cn/guide/intro/how-it-works.md
+++ b/doc/source/cn/guide/intro/how-it-works.md
@@ -1,7 +1,7 @@
 ---
 title: \u5de5\u4f5c\u539f\u7406
 type: guide
-order: 5.1
+order: 4.1
 has_chapter_content: false
 chapter_title: \u4f18\u52bf\u4ecb\u7ecd
 version: 2.1

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/index.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/index.md b/doc/source/cn/guide/intro/index.md
index 90e01a4..7040c1b 100644
--- a/doc/source/cn/guide/intro/index.md
+++ b/doc/source/cn/guide/intro/index.md
@@ -1,7 +1,7 @@
 ---
 title: \u4ecb\u7ecd 
 type: guide
-order: 5
+order: 4
 version: 2.1
 ---
 
@@ -12,4 +12,4 @@ version: 2.1
 - [\u4f7f\u7528 Vue \u5f00\u53d1 Weex \u9875\u9762](./using-vue.html)
 - [\u4e00\u6b21\u64b0\u5199\uff0c\u591a\u7aef\u8fd0\u884c](./write-once.html)
 - [\u7528 Weex \u6784\u5efa\u79fb\u52a8\u5e94\u7528](./app-architecture.html)
-- [Weex \u9875\u9762\u7ed3\u6784](./page-architecture.html)
\ No newline at end of file
+- [Weex \u9875\u9762\u7ed3\u6784](./page-architecture.html)

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/page-architecture.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/page-architecture.md b/doc/source/cn/guide/intro/page-architecture.md
index 17b7d16..296ee98 100644
--- a/doc/source/cn/guide/intro/page-architecture.md
+++ b/doc/source/cn/guide/intro/page-architecture.md
@@ -1,7 +1,7 @@
 ---
 title: Weex \u9875\u9762\u7ed3\u6784
 type: guide
-order: 5.6
+order: 4.6
 version: 2.1
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/using-vue.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/using-vue.md b/doc/source/cn/guide/intro/using-vue.md
index 42ad984..3083340 100644
--- a/doc/source/cn/guide/intro/using-vue.md
+++ b/doc/source/cn/guide/intro/using-vue.md
@@ -1,7 +1,7 @@
 ---
 title: \u4f7f\u7528 Vue \u5f00\u53d1 Weex \u9875\u9762
 type: guide
-order: 5.3
+order: 4.3
 version: 2.1
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/web-dev-experience.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/web-dev-experience.md b/doc/source/cn/guide/intro/web-dev-experience.md
index d7f6163..03d33e4 100644
--- a/doc/source/cn/guide/intro/web-dev-experience.md
+++ b/doc/source/cn/guide/intro/web-dev-experience.md
@@ -1,7 +1,7 @@
 ---
 title: Web \u5f00\u53d1\u4f53\u9a8c
 type: guide
-order: 5.2
+order: 4.2
 version: 2.1
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/intro/write-once.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/intro/write-once.md b/doc/source/cn/guide/intro/write-once.md
index e880f48..d483c5b 100644
--- a/doc/source/cn/guide/intro/write-once.md
+++ b/doc/source/cn/guide/intro/write-once.md
@@ -1,7 +1,7 @@
 ---
 title: \u4e00\u6b21\u64b0\u5199\uff0c\u591a\u7aef\u8fd0\u884c
 type: guide
-order: 5.4
+order: 4.4
 version: 2.1
 ---
 
@@ -22,4 +22,4 @@ Weex \u63d0\u4f9b\u4e86\u591a\u7aef\u4e00\u81f4\u7684\u6280\u672f\u65b9\u6848\u3002
     3. \u5404\u7aef\u4e0d\u4e00\u81f4\u7684\u4e1a\u52a1\u63cf\u8ff0\u4e5f\u662f\u96be\u514d\u7684\uff0c\u6211\u4eec\u901a\u8fc7\u63d0\u4f9b\u66f4\u591a\u66f4\u4e30\u5bcc\u7684\u73af\u5883\u53d8\u91cf\u6765\u5e2e\u52a9\u5f00\u53d1\u8005\u5728\u540c\u4e00\u5957\u4ee3\u7801\u91cc\u9ad8\u6548\u9002\u914d\u4e0d\u540c\u7684\u8bbe\u5907\u573a\u666f\u3002
 3. \u6211\u4eec\u76f8\u4fe1\u6807\u51c6\u548c\u89c4\u8303\u7684\u529b\u91cf
 
-\u90e8\u5206\u529f\u80fd\u7279\u6027\u7531\u4e8e native \u7279\u6027\u7684\u5173\u7cfb\uff0c\u4f1a\u7565\u6709\u4e0d\u540c\uff0c\u6211\u4eec\u4f1a\u5728\u76f8\u5e94\u7684\u7ec4\u4ef6\u3001\u6a21\u5757\u3001API \u6587\u6863\u4e2d\u505a\u76f8\u5e94\u7684\u63cf\u8ff0\u548c\u63d0\u793a\u3002
\ No newline at end of file
+\u90e8\u5206\u529f\u80fd\u7279\u6027\u7531\u4e8e native \u7279\u6027\u7684\u5173\u7cfb\uff0c\u4f1a\u7565\u6709\u4e0d\u540c\uff0c\u6211\u4eec\u4f1a\u5728\u76f8\u5e94\u7684\u7ec4\u4ef6\u3001\u6a21\u5757\u3001API \u6587\u6863\u4e2d\u505a\u76f8\u5e94\u7684\u63cf\u8ff0\u548c\u63d0\u793a\u3002

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/tools/devtools.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/tools/devtools.md b/doc/source/cn/guide/tools/devtools.md
index f1c4dbc..7e56161 100644
--- a/doc/source/cn/guide/tools/devtools.md
+++ b/doc/source/cn/guide/tools/devtools.md
@@ -1,7 +1,7 @@
 ---
 title: \u4f7f\u7528 Devtools
 type: guide
-order: 4.1
+order: 5.1
 version: 2.1
 has_chapter_content: true
 ---

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/tools/index.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/tools/index.md b/doc/source/cn/guide/tools/index.md
index a9c5a26..b570faa 100644
--- a/doc/source/cn/guide/tools/index.md
+++ b/doc/source/cn/guide/tools/index.md
@@ -1,11 +1,11 @@
 ---
 title: \u5468\u8fb9\u5de5\u5177 
 type: guide
-order: 4
+order: 5
 version: 2.1
 ---
 
 # \u5468\u8fb9\u5de5\u5177  
 
 - [Devtools](./devtools.html)
-- [Weexpack](./weexpack.html)
\ No newline at end of file
+- [Weexpack](./weexpack.html)

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1543a5c9/doc/source/cn/guide/tools/weexpack.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/tools/weexpack.md b/doc/source/cn/guide/tools/weexpack.md
index ee1a26c..d570e4a 100644
--- a/doc/source/cn/guide/tools/weexpack.md
+++ b/doc/source/cn/guide/tools/weexpack.md
@@ -1,7 +1,7 @@
 ---
 title: \u4f7f\u7528 Weexpack
 type: guide
-order: 4.2
+order: 5.2
 version: 2.1
 ---