Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 42e9f8b86 -> b497b4b27


fix bad redirect links


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

Branch: refs/heads/master
Commit: b497b4b279ed5fc319661801a0f8708e680ed09c
Parents: 42e9f8b
Author: Hanks <[email protected]>
Authored: Fri Jan 19 00:29:56 2018 +0800
Committer: Hanks <[email protected]>
Committed: Fri Jan 19 00:29:56 2018 +0800

----------------------------------------------------------------------
 _config_cn.yml                           |  6 +++---
 source/cn/references/components/index.md | 24 ++++++++++++++++++++++++
 source/cn/references/modules/index.md    | 20 ++++++++++++++++++++
 3 files changed, 47 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b497b4b2/_config_cn.yml
----------------------------------------------------------------------
diff --git a/_config_cn.yml b/_config_cn.yml
index 1d977e3..5c430a6 100644
--- a/_config_cn.yml
+++ b/_config_cn.yml
@@ -175,7 +175,7 @@ alias:
   doc/how-to/require-3rd-party-libs.html: guide/index.html
   doc/how-to/transform-code-into-js-bundle.html: guide/index.html
   doc/advanced/main.html: references/index.html
-  doc/advanced/how-it-works.html: wiki/.html
+  doc/advanced/how-it-works.html: wiki/index.html
   doc/advanced/how-data-binding-works.html: references/index.html
   doc/advanced/integrate-to-android.html: references/index.html
   doc/advanced/integrate-to-ios.html: references/index.html
@@ -266,7 +266,7 @@ alias:
   cn/doc/how-to/require-3rd-party-libs.html: cn/guide/index.html
   cn/doc/how-to/transform-code-into-js-bundle.html: cn/guide/index.html
   cn/doc/advanced/main.html: cn/references/index.html
-  cn/doc/advanced/how-it-works.html: cn/guide/intro/index.html
+  cn/doc/advanced/how-it-works.html: cn/wiki/index.html
   cn/doc/advanced/how-data-binding-works.html: 
cn/references/advanced/index.html
   cn/doc/advanced/integrate-to-android.html: cn/references/advanced/index.html
   cn/doc/advanced/integrate-to-ios.html: cn/references/advanced/index.html
@@ -396,7 +396,7 @@ alias:
   cn/guide/tools/weexpack.html: cn/tools/toolkit.html
   cn/guide/tools/plugin.html: cn/tools/helpers.html
   cn/guide/contributing.html: cn/contributing.html
-  cn/guide/intro/how-it-works.html: cn/guide/wiki/index.html
+  cn/guide/intro/how-it-works.html: cn/wiki/index.html
   cn/guide/intro/web-dev-experience.html: cn/guide/front-end-frameworks.html
   cn/guide/intro/using-vue.html: cn/guide/use-vue.html
   cn/guide/intro/write-once.html: cn/guide/index.html

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b497b4b2/source/cn/references/components/index.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/index.md 
b/source/cn/references/components/index.md
new file mode 100644
index 0000000..f42d8fb
--- /dev/null
+++ b/source/cn/references/components/index.md
@@ -0,0 +1,24 @@
+---
+title: 内置组件
+type: references
+group: 内置组件
+order: 8.00
+version: 2.1
+---
+
+- [`<div>`](./div.html)
+- [`<image>`](./image.html)
+- [`<text>`](./text.html)
+- [`<a>`](./a.html)
+- [`<list>`](./list.html)
+- [`<cell>`](./cell.html)
+- [`<refresh>` & `<loading>`](./refresh.html)
+- [`<scroller>`](./scroller.html)
+- [`<input>`](./input.html)
+- [`<textarea>`](./textarea.html)
+- [`<switch>`](./switch.html)
+- [`<slider>`](./slider.html)
+- [`<indicator>`](./indicator.html)
+- [`<video>`](./video.html)
+- [`<web>`](./web.html)
+- [`<waterfall>`](./waterfall.html)

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b497b4b2/source/cn/references/modules/index.md
----------------------------------------------------------------------
diff --git a/source/cn/references/modules/index.md 
b/source/cn/references/modules/index.md
new file mode 100644
index 0000000..608b888
--- /dev/null
+++ b/source/cn/references/modules/index.md
@@ -0,0 +1,20 @@
+---
+title: 内置模块
+type: references
+group: 内置模块
+order: 9.00
+version: 2.1
+---
+
+- [dom](./dom.html)
+- [modal](./modal.html)
+- [animation](./animation.html)
+- [navigator](./navigator.html)
+- [meta](./meta.html)
+- [stream](./stream.html)
+- [clipboard](./clipboard.html)
+- [storage](./storage.html)
+- [picker](./picker.html)
+- [webview](./webview.html)
+- [WebSocket](./WebSocket.html)
+- [globalEvent](./globalEvent.html)

Reply via email to