Hanks10100 closed pull request #201: feat: Add vscode extension vscode-weex url
URL: https://github.com/apache/incubator-weex-site/pull/201
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/themes/weex/languages/cn.yml b/themes/weex/languages/cn.yml
index fc89589b1..25b4e6fd4 100644
--- a/themes/weex/languages/cn.yml
+++ b/themes/weex/languages/cn.yml
@@ -108,6 +108,7 @@ menu:
toolkit: Weex Toolkit
market: Weex 插件市场
helpers: 辅助工具
+ vscodeExtension: VSCode 插件
playground:
content: Weex Native 运行时实例 & Weex 文件预览工具。
categories: Categories
diff --git a/themes/weex/languages/en.yml b/themes/weex/languages/en.yml
index 8be216525..4469adedf 100644
--- a/themes/weex/languages/en.yml
+++ b/themes/weex/languages/en.yml
@@ -109,6 +109,7 @@ menu:
toolkit: Weex Toolkit
market: Weex Market
helpers: Helpers
+ vscodeExtension: VSCode Extension
playground:
content: Weex Native Runtime showcase & Weex we file preview.
categories: Categories
diff --git a/themes/weex/layout/_partial/header.ejs
b/themes/weex/layout/_partial/header.ejs
index bc544de45..8e156f7ed 100644
--- a/themes/weex/layout/_partial/header.ejs
+++ b/themes/weex/layout/_partial/header.ejs
@@ -29,6 +29,9 @@
<li>
<a href="<%= url_for_lang('tools/helpers.html') %>"><%=
_p('menu.helpers') %></a>
</li>
+ <li>
+ <a href="https://github.com/weex-cli/vscode-weex"
target="_blank"><%= _p('menu.vscodeExtension') %></a>
+ </li>
</ul>
</li>
<li class="dropdown <%= page.path.match(/\/?community\//i) ?
'current': '' %>">
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services