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/04/17 04:14:35 UTC

[20/48] incubator-weex git commit: remove some tools link

remove some tools link


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

Branch: refs/heads/0.12-dev
Commit: 1142e9e76af959800f160428ca14c7f501fad1d4
Parents: 0d441c0
Author: JackPu <ka...@gmail.com>
Authored: Thu Mar 30 13:55:07 2017 +0800
Committer: JackPu <ka...@gmail.com>
Committed: Thu Mar 30 13:55:07 2017 +0800

----------------------------------------------------------------------
 doc/_config.yml                            | 2 ++
 doc/themes/weex/layout/_partial/header.ejs | 5 +----
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1142e9e7/doc/_config.yml
----------------------------------------------------------------------
diff --git a/doc/_config.yml b/doc/_config.yml
index 32b8185..43bb473 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -322,3 +322,5 @@ alias:
   cn/doc/references/events/blur.html: cn/references/index.html
   cn/doc/references/events/input.html: cn/references/index.html
   cn/doc/references/events/focus.html: cn/references/index.html
+  cn/guide/tools/devtools.html: cn/guide/tools/toolkit.html
+  cn/guide/tools/weexpack.html: cn/guide/tools/toolkit.html

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1142e9e7/doc/themes/weex/layout/_partial/header.ejs
----------------------------------------------------------------------
diff --git a/doc/themes/weex/layout/_partial/header.ejs b/doc/themes/weex/layout/_partial/header.ejs
index c2743dc..0b3207d 100644
--- a/doc/themes/weex/layout/_partial/header.ejs
+++ b/doc/themes/weex/layout/_partial/header.ejs
@@ -15,10 +15,7 @@
                 <a href="<%= url_for_lang('playground.html') %>">Playground</a>
               </li>
               <li>
-                <a href="<%= url_for_lang('guide/tools/devtools.html') %>">Devtools</a>
-              </li>
-              <li>
-                <a href="<%= url_for_lang('guide/tools/weexpack.html') %>">Weexpack</a>
+                <a href="<%= url_for_lang('guide/tools/toolkit.html') %>">Weex-toolkit</a>
               </li>
               <li>
                 <a href="http://dotwe.org" target="_blank">Code Snippets</a>