diff options
| author | ruki <[email protected]> | 2017-07-20 17:17:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-20 17:17:58 +0800 |
| commit | be78dc55d571e152cfc8abf69b60b9e207539768 (patch) | |
| tree | 1bd67ae334fc5a6e58a47a2e6e9f720ef722f263 /docs | |
| parent | b0eeeda1f43bf10f52069d2ab8fd651b164b70ea (diff) | |
move some plugins to xmake-plugins repo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cn/index.html | 9 | ||||
| -rw-r--r-- | docs/landing.html | 5 | ||||
| -rw-r--r-- | docs/landing/index.cn.md | 5 | ||||
| -rw-r--r-- | docs/landing/index.md | 5 | ||||
| -rw-r--r-- | docs/plugins.md | 4 | ||||
| -rw-r--r-- | docs/zh/plugins.md | 4 |
6 files changed, 26 insertions, 6 deletions
diff --git a/docs/cn/index.html b/docs/cn/index.html index ec25b2141..aba3789a5 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -137,14 +137,17 @@ <li>加载自定义lua脚本插件</li> <li>生成IDE工程文件插件(makefile, vs2002 - vs2017, …)</li> <li>生成doxygen文档插件</li> - <li>iOS app2ipa插件</li> </ul> -<h2 id="section-9">使用演示</h2> +<h2 id="section-9">更多插件</h2> + +<p>请到插件仓库进行下载安装: <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> + +<h2 id="section-10">使用演示</h2> <p><a href="https://github.com/tboox/xmake"><img src="http://tboox.org/static/img/xmake/build_demo.gif" alt="usage_demo" /></a></p> -<h2 id="section-10">联系方式</h2> +<h2 id="section-11">联系方式</h2> <ul> <li>邮箱:<a href="mailto:[email protected]">[email protected]</a></li> diff --git a/docs/landing.html b/docs/landing.html index 6b01de784..e3d679daf 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -137,9 +137,12 @@ <li>Run the custom lua script plugin</li> <li>Generate IDE project file plugin(makefile, vs2002 - vs2017 .. )</li> <li>Generate doxygen document plugin</li> - <li>Convert .app to .ipa plugin</li> </ul> +<h2 id="more-plugins">More Plugins</h2> + +<p>Please download and install from the plugins repository <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> + <h2 id="examples">Examples</h2> <p><a href="https://github.com/tboox/xmake"><img src="http://tboox.org/static/img/xmake/build_demo.gif" alt="usage_demo" /></a></p> diff --git a/docs/landing/index.cn.md b/docs/landing/index.cn.md index d8297edaa..949cd581f 100644 --- a/docs/landing/index.cn.md +++ b/docs/landing/index.cn.md @@ -84,7 +84,10 @@ $ xmake run -d console * 加载自定义lua脚本插件 * 生成IDE工程文件插件(makefile, vs2002 - vs2017, ...) * 生成doxygen文档插件 -* iOS app2ipa插件 + +## 更多插件 + +请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). ## 使用演示 diff --git a/docs/landing/index.md b/docs/landing/index.md index de491978c..2ac8b0e96 100644 --- a/docs/landing/index.md +++ b/docs/landing/index.md @@ -84,7 +84,10 @@ $ xmake run -d console * Run the custom lua script plugin * Generate IDE project file plugin(makefile, vs2002 - vs2017 .. ) * Generate doxygen document plugin -* Convert .app to .ipa plugin + +## More Plugins + +Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). ## Examples diff --git a/docs/plugins.md b/docs/plugins.md index 8091f1456..fe0981f13 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -466,6 +466,10 @@ Please ensure that the doxygen tool has been installed first. $ xmake doxygen ``` +## More Plugins + +Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). + #### Convert .app to .ipa ```bash diff --git a/docs/zh/plugins.md b/docs/zh/plugins.md index 2988fdb59..13eaa5432 100644 --- a/docs/zh/plugins.md +++ b/docs/zh/plugins.md @@ -490,6 +490,10 @@ set_modes("debug", "release") $ xmake doxygen ``` +## 更多插件 + +请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). + #### 从app生成ipa包 这仅仅是一个小插件,ios开发的同学,可能会用的到。 |
