diff options
| author | ruki <waruqi@gmail.com> | 2017-10-25 22:54:05 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2017-10-25 11:24:31 +0800 |
| commit | 53095a8593673a08b1949a62205b60e3ca0c027d (patch) | |
| tree | 8903721155e6faeb3ae0e59a1a8c3b72ad0ce76c | |
| parent | da98f581361164abedb442dfae04b56802b0c394 (diff) | |
| download | xmake-docs-53095a8593673a08b1949a62205b60e3ca0c027d.tar.gz xmake-docs-53095a8593673a08b1949a62205b60e3ca0c027d.zip | |
update index
| -rw-r--r-- | cn/index.html | 5 | ||||
| -rw-r--r-- | landing.html | 5 | ||||
| -rw-r--r-- | landing/index.cn.md | 5 | ||||
| -rw-r--r-- | landing/index.md | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/cn/index.html b/cn/index.html index d5202a93..86cd48b2 100644 --- a/cn/index.html +++ b/cn/index.html @@ -144,10 +144,11 @@ <p>请到插件仓库进行下载安装: <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> -<h2 id="ide">IDE插件</h2> +<h2 id="ide">IDE和编辑器插件</h2> <ul> - <li><a href="https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview"><img src="https://img.shields.io/vscode-marketplace/v/tboox.xmake-vscode.svg?style=flat-square" alt="xmake-vscode" /></a></li> + <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> + <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> </ul> <h2 id="section-10">更多例子</h2> diff --git a/landing.html b/landing.html index 7336e392..d8236202 100644 --- a/landing.html +++ b/landing.html @@ -144,10 +144,11 @@ <p>Please download and install from the plugins repository <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> -<h2 id="ide-integration">IDE Integration</h2> +<h2 id="ideeditor-integration">IDE/Editor Integration</h2> <ul> - <li><a href="https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview"><img src="https://img.shields.io/vscode-marketplace/v/tboox.xmake-vscode.svg?style=flat-square" alt="xmake-vscode" /></a></li> + <li><a href="https://github.com/tboox/xmake-vscode">xmake-vscode</a></li> + <li><a href="https://github.com/tboox/xmake-sublime">xmake-sublime</a></li> </ul> <h2 id="more-examples">More Examples</h2> diff --git a/landing/index.cn.md b/landing/index.cn.md index fae790cd..ad6ded30 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -90,9 +90,10 @@ $ xmake run -d console 请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). -## IDE插件 +## IDE和编辑器插件 -* [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) +* [xmake-vscode](https://github.com/tboox/xmake-vscode) +* [xmake-sublime](https://github.com/tboox/xmake-sublime) ## 更多例子 diff --git a/landing/index.md b/landing/index.md index 399e25ff..f3a3f6bb 100644 --- a/landing/index.md +++ b/landing/index.md @@ -90,9 +90,10 @@ $ xmake run -d console Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). -## IDE Integration +## IDE/Editor Integration -* [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) +* [xmake-vscode](https://github.com/tboox/xmake-vscode) +* [xmake-sublime](https://github.com/tboox/xmake-sublime) ## More Examples |
