From be78dc55d571e152cfc8abf69b60b9e207539768 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 20 Jul 2017 17:17:58 +0800 Subject: move some plugins to xmake-plugins repo --- docs/cn/index.html | 9 ++++++--- docs/landing.html | 5 ++++- docs/landing/index.cn.md | 5 ++++- docs/landing/index.md | 5 ++++- docs/plugins.md | 4 ++++ docs/zh/plugins.md | 4 ++++ 6 files changed, 26 insertions(+), 6 deletions(-) (limited to 'docs') 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 @@
  • 加载自定义lua脚本插件
  • 生成IDE工程文件插件(makefile, vs2002 - vs2017, …)
  • 生成doxygen文档插件
  • -
  • iOS app2ipa插件
  • -

    使用演示

    +

    更多插件

    + +

    请到插件仓库进行下载安装: xmake-plugins.

    + +

    使用演示

    usage_demo

    -

    联系方式

    +

    联系方式

    +

    More Plugins

    + +

    Please download and install from the plugins repository xmake-plugins.

    +

    Examples

    usage_demo

    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开发的同学,可能会用的到。 -- cgit v1.3.1