You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ta...@apache.org on 2017/07/04 02:48:19 UTC

incubator-weex git commit: *[doc]update site navigation

Repository: incubator-weex
Updated Branches:
  refs/heads/dev 26b638ca9 -> af2267e92


*[doc]update site navigation


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

Branch: refs/heads/dev
Commit: af2267e92a90725c1360ccd4b03c9e2ba201ec4c
Parents: 26b638c
Author: tancy <ro...@gmail.com>
Authored: Tue Jul 4 10:48:12 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Tue Jul 4 10:48:12 2017 +0800

----------------------------------------------------------------------
 doc/themes/weex/languages/cn.yml           |  5 +++--
 doc/themes/weex/languages/en.yml           |  3 ++-
 doc/themes/weex/layout/_partial/header.ejs | 23 ++++++++++++-----------
 3 files changed, 17 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/af2267e9/doc/themes/weex/languages/cn.yml
----------------------------------------------------------------------
diff --git a/doc/themes/weex/languages/cn.yml b/doc/themes/weex/languages/cn.yml
index 67d0266..3796d04 100644
--- a/doc/themes/weex/languages/cn.yml
+++ b/doc/themes/weex/languages/cn.yml
@@ -82,14 +82,15 @@ menu:
   references: 手册
   doc: 文档
   faq: FAQ
-  note: 参考
+  note: 说明
   releasenote: 版本说明
   index: 首页
   blog: 博客
   showcase: 示例
   download: 下载
   resources: 资源
-  tools: 工具和服务
+  tools: 工具
+  invovled: 参与
   advanced: 高阶知识
   github: GitHub
   legacy: 旧语法文档

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/af2267e9/doc/themes/weex/languages/en.yml
----------------------------------------------------------------------
diff --git a/doc/themes/weex/languages/en.yml b/doc/themes/weex/languages/en.yml
index dae9090..12cec69 100644
--- a/doc/themes/weex/languages/en.yml
+++ b/doc/themes/weex/languages/en.yml
@@ -89,7 +89,8 @@ menu:
   showcase: Showcase
   download: Download
   resources: Resources
-  tools: Services & Tools
+  tools: Tools
+  invovled: Get Invovled
   advanced: Advanced
   github: GitHub
   legacy: Old Syntax Doc

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/af2267e9/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 6922437..4c7d92d 100644
--- a/doc/themes/weex/layout/_partial/header.ejs
+++ b/doc/themes/weex/layout/_partial/header.ejs
@@ -7,17 +7,7 @@
       <ul class="links">
         <li><a href="<%= url_for_lang('guide') %>"><%= _p('menu.guide') %></a></li>
         <li><a href="<%= url_for_lang('references') %>"><%= _p('menu.references') %></a></li>
-        <li class="dropdown">
-          <a href="javascript:;"><%= _p('menu.note') %></a>
-          <ul class="dropdown-menu subnav">
-            <li>
-              <a href="<%= url_for_lang('faq.html') %>"><%= _p('menu.faq') %></a>
-            </li>
-            <li>
-              <a href="<%= url_for_lang('releasenote.html') %>"><%= _p('menu.releasenote') %></a>
-            </li>
-          </ul>
-        </li>
+        <li><a href="<%= url_for_lang('guide/contributing.html') %>"><%= _p('menu.invovled') %></a></li>
         <li class="dropdown">
             <a href="javascript:;"><%= _p('menu.tools') %></a>
             <ul class="dropdown-menu subnav">
@@ -35,6 +25,17 @@
               </li>
             </ul>
         </li>
+        <li class="dropdown">
+          <a href="javascript:;"><%= _p('menu.note') %></a>
+          <ul class="dropdown-menu subnav">
+            <li>
+              <a href="<%= url_for_lang('faq.html') %>"><%= _p('menu.faq') %></a>
+            </li>
+            <li>
+              <a href="<%= url_for_lang('releasenote.html') %>"><%= _p('menu.releasenote') %></a>
+            </li>
+          </ul>
+        </li>
       </ul>
       <ul class="info">
         <li><a href="https://github.com/apache/incubator-weex/" target="_blank"><span class="btn-github iconfont icon-github"></span></a></li>