You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2019/01/04 01:15:44 UTC

[incubator-weex-site] branch draft updated: Remove compatibility empty docs.

This is an automated email from the ASF dual-hosted git repository.

moshen pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/draft by this push:
     new fdac605  Remove compatibility empty docs.
fdac605 is described below

commit fdac605bc4488886bd2302f1369f33466dd0addc
Author: wqyfavor <qi...@taobao.com>
AuthorDate: Fri Jan 4 09:15:34 2019 +0800

    Remove compatibility empty docs.
---
 docs/.vuepress/config.js                 | 24 ++----------------------
 docs/docs/compatibility/components.md    |  0
 docs/docs/compatibility/events.md        |  0
 docs/docs/compatibility/modules.md       |  0
 docs/docs/compatibility/styles.md        |  0
 docs/zh/docs/compatibility/components.md |  0
 docs/zh/docs/compatibility/events.md     |  0
 docs/zh/docs/compatibility/modules.md    |  0
 docs/zh/docs/compatibility/styles.md     |  0
 9 files changed, 2 insertions(+), 22 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 9937d0f..46c1304 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -72,7 +72,7 @@ module.exports = {
               children: [
                 ['extend/extend-android', 'Extend Android'],
                 ['extend/extend-ios', 'Extend iOS'],
-                ['extend/extend-ios-with-swift', 'Extend iOS with swift'],
+                ['extend/extend-ios-with-swift', 'Extend iOS with Swift'],
                 ['extend/extend-web', 'Extend Web Renderer']
               ]
             },
@@ -167,16 +167,6 @@ module.exports = {
                 ['events/event-bubbling', 'Event Bubble'],
                 ['events/gesture', 'Gesture']
               ]
-            },
-            {
-              title: 'Compatibility',
-              collapsable: false,
-              children: [
-                ['compatibility/components', 'Components'],
-                ['compatibility/modules', 'Modules'],
-                ['compatibility/styles', 'Styles'],
-                ['compatibility/events', 'Events']
-              ]
             }
           ],
           '/tools/': [['toolkit', 'Weex Toolkit'], ['extension', 'VSCode Extension']],
@@ -238,7 +228,7 @@ module.exports = {
               children: [
                 ['extend/extend-android', '扩展Android能力'],
                 ['extend/extend-ios', '扩展iOS能力'],
-                ['extend/extend-ios-with-swift', '使用Swift进行module 扩展'],
+                ['extend/extend-ios-with-swift', '使用Swift扩展iOS能力'],
                 ['extend/extend-web', '扩展Web组件']
               ]
             },
@@ -333,16 +323,6 @@ module.exports = {
                 ['events/event-bubbling', 'Event Bubble'],
                 ['events/gesture', 'Gesture']
               ]
-            },
-            {
-              title: 'Compatibility',
-              collapsable: false,
-              children: [
-                ['compatibility/components', 'Components'],
-                ['compatibility/modules', 'Modules'],
-                ['compatibility/styles', 'Styles'],
-                ['compatibility/events', 'Events']
-              ]
             }
           ],
           '/zh/tools/': [['toolkit', 'Weex Toolkit'], ['extension', 'VSCode Extension']],
diff --git a/docs/docs/compatibility/components.md b/docs/docs/compatibility/components.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/docs/compatibility/events.md b/docs/docs/compatibility/events.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/docs/compatibility/modules.md b/docs/docs/compatibility/modules.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/docs/compatibility/styles.md b/docs/docs/compatibility/styles.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/zh/docs/compatibility/components.md b/docs/zh/docs/compatibility/components.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/zh/docs/compatibility/events.md b/docs/zh/docs/compatibility/events.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/zh/docs/compatibility/modules.md b/docs/zh/docs/compatibility/modules.md
deleted file mode 100644
index e69de29..0000000
diff --git a/docs/zh/docs/compatibility/styles.md b/docs/zh/docs/compatibility/styles.md
deleted file mode 100644
index e69de29..0000000