You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/25 07:13:11 UTC

[10/18] incubator-weex git commit: *[doc]add Weex Language Plugin

*[doc]add Weex Language Plugin


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

Branch: refs/heads/0.16-dev
Commit: a7f8c310af9c3d491b054cb86891c593bcd6d6fe
Parents: 0401b9c
Author: tancy <ro...@gmail.com>
Authored: Wed Aug 23 10:48:18 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Wed Aug 23 10:48:18 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/guide/tools/plugin.md         | 7 +++++++
 doc/source/guide/tools/plugin.md            | 7 +++++++
 doc/themes/weex/layout/_partial/header.ejs  | 3 +++
 doc/themes/weex/layout/_partial/sidebar.ejs | 2 +-
 4 files changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a7f8c310/doc/source/cn/guide/tools/plugin.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/guide/tools/plugin.md b/doc/source/cn/guide/tools/plugin.md
index 467b890..539bcb0 100644
--- a/doc/source/cn/guide/tools/plugin.md
+++ b/doc/source/cn/guide/tools/plugin.md
@@ -1,3 +1,10 @@
+---
+title: Weex语法支持插件
+type: guide
+order: 5.1
+version: 2.1
+---
+
 # Weex语法支持插件 
 
 [Weex Language Support](https://plugins.jetbrains.com/plugin/9189-weex-language-support) 插件是官方提供的一个工具,你可以使用它在IntelliJ IDEA,WebStorm等一系列IDE上对Weex DSL进行语法高亮,自动补全和错误检查等操作。

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a7f8c310/doc/source/guide/tools/plugin.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/tools/plugin.md b/doc/source/guide/tools/plugin.md
index 8ca1731..a74d866 100644
--- a/doc/source/guide/tools/plugin.md
+++ b/doc/source/guide/tools/plugin.md
@@ -1,3 +1,10 @@
+---
+title: Weex Language Support Plugin
+type: guide
+order: 5.1
+version: 2.1
+---
+
 # Weex Language Support Plugin
 
 [Weex Language Support](https://plugins.jetbrains.com/plugin/9189-weex-language-support) is a official tools to code highlight, automatic completion,lint and other functions in IDEA, WebStorm or the others IDEs.

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a7f8c310/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 5b5701f..a6d57e0 100644
--- a/doc/themes/weex/layout/_partial/header.ejs
+++ b/doc/themes/weex/layout/_partial/header.ejs
@@ -23,6 +23,9 @@
               <li>
                 <a href="https://market.dotwe.org" target="_blank">Market</a>
               </li>
+              <li>
+                <a href="<%= url_for_lang('guide/tools/plugin.html') %>">Weex Language Plugin</a>
+              </li>
             </ul>
         </li>
         <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/a7f8c310/doc/themes/weex/layout/_partial/sidebar.ejs
----------------------------------------------------------------------
diff --git a/doc/themes/weex/layout/_partial/sidebar.ejs b/doc/themes/weex/layout/_partial/sidebar.ejs
index 9a9e2cf..f227a81 100644
--- a/doc/themes/weex/layout/_partial/sidebar.ejs
+++ b/doc/themes/weex/layout/_partial/sidebar.ejs
@@ -42,7 +42,7 @@
                 <a href="https://market.dotwe.org" target="_blank">Market</a>
               </li>
               <li>
-                <a href="<%= url_for_lang('guide/tools/plugin.html') %>">Weex WebStorm Plugin</a>
+                <a href="<%= url_for_lang('guide/tools/plugin.html') %>">Weex Language Plugin</a>
               </li>
             </ul>
         </li>