Repository: incubator-weex-site
Updated Branches:
  refs/heads/master d6c752322 -> 99fc54839


add examples link in header


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

Branch: refs/heads/master
Commit: 99fc548396f45644b87cac04a33632e1df2e52c0
Parents: d6c7523
Author: Hanks <zhanghan...@gmail.com>
Authored: Wed Jan 24 11:41:28 2018 +0800
Committer: Hanks <zhanghan...@gmail.com>
Committed: Wed Jan 24 11:41:28 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/99fc5483/themes/weex/languages/cn.yml
----------------------------------------------------------------------
diff --git a/themes/weex/languages/cn.yml b/themes/weex/languages/cn.yml
index 5cf7487..05223f0 100644
--- a/themes/weex/languages/cn.yml
+++ b/themes/weex/languages/cn.yml
@@ -96,12 +96,12 @@ menu:
   advanced: 高阶知识
   github: GitHub
   legacy: 旧语法文档
-  examples: 实例
   contribute: 如何参与贡献
   bugReportGuidelines: bug 报告指南
   releaseNote: 版本发布历史
   developmentProcess: 开发流程
   usingWeex: 谁在使用 Weex
+  examples: 例子
   onlinePlayground: 在线编写代码
   playgroundApp: Playground 应用
   toolkit: weex-toolkit

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/99fc5483/themes/weex/languages/en.yml
----------------------------------------------------------------------
diff --git a/themes/weex/languages/en.yml b/themes/weex/languages/en.yml
index b5b3a51..cc18d0a 100644
--- a/themes/weex/languages/en.yml
+++ b/themes/weex/languages/en.yml
@@ -96,12 +96,12 @@ menu:
   advanced: Advanced
   github: GitHub
   legacy: Old Syntax Doc
-  examples: Examples
   contribute: How to Contribute
   bugReportGuidelines: Bug Report Guidelines
   releaseNote: Release Note
   developmentProcess: Development Process
   usingWeex: Who is using Weex?
+  examples: Examples
   onlinePlayground: Online Playground
   playgroundApp: Playground App
   toolkit: weex-toolkit

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/99fc5483/themes/weex/layout/_partial/header.ejs
----------------------------------------------------------------------
diff --git a/themes/weex/layout/_partial/header.ejs 
b/themes/weex/layout/_partial/header.ejs
index 414efde..1bfbb8d 100644
--- a/themes/weex/layout/_partial/header.ejs
+++ b/themes/weex/layout/_partial/header.ejs
@@ -55,6 +55,9 @@
             <li>
               <a href="<%= url_for_lang('who-is-using-weex.html') %>"><%= 
_p('menu.usingWeex') %></a>
             </li>
+            <li>
+              <a target="_blank" 
href="https://hanks10100.github.io/weex-vue-examples/";><%= _p('menu.examples') 
%></a>
+            </li>
           </ul>
         </li>
       </ul>

Reply via email to