diff options
| author | ruki <waruqi@gmail.com> | 2017-10-10 23:07:53 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2017-10-10 12:47:20 +0800 |
| commit | c0a1f68b6fe382386d069e4059a2cfe1f34221e9 (patch) | |
| tree | 376cbf66fafddeb842cb02f74c85faffb910d93e | |
| parent | 79fd66c35421fc7222d1268509352206efea3391 (diff) | |
| download | xmake-docs-c0a1f68b6fe382386d069e4059a2cfe1f34221e9.tar.gz xmake-docs-c0a1f68b6fe382386d069e4059a2cfe1f34221e9.zip | |
update landing
| -rw-r--r-- | cn/index.html | 6 | ||||
| -rw-r--r-- | landing.html | 10 | ||||
| -rw-r--r-- | landing/index.cn.md | 4 | ||||
| -rw-r--r-- | landing/index.md | 4 | ||||
| -rw-r--r-- | pages/donation.html | 4 |
5 files changed, 24 insertions, 4 deletions
diff --git a/cn/index.html b/cn/index.html index 4b0cd2de..d5202a93 100644 --- a/cn/index.html +++ b/cn/index.html @@ -144,6 +144,12 @@ <p>请到插件仓库进行下载安装: <a href="https://github.com/tboox/xmake-plugins">xmake-plugins</a>.</p> +<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> +</ul> + <h2 id="section-10">更多例子</h2> <p>Debug和Release模式:</p> diff --git a/landing.html b/landing.html index 79cb86df..7336e392 100644 --- a/landing.html +++ b/landing.html @@ -6,7 +6,7 @@ <title>xmake</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> - <meta name="description" content="A cross-platform build utility based on Lua"> + <meta name="description" content="A make-like build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> <link rel="stylesheet" href="/assets/css/normalize.css"> @@ -29,7 +29,7 @@ <body> <section class="page-header"> <h1 class="project-name">xmake</h1> - <h2 class="project-tagline">A cross-platform build utility based on Lua</h2> + <h2 class="project-tagline">A make-like build utility based on Lua</h2> <a href="/#/home" class="btn">GET STARTED</a> <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> @@ -144,6 +144,12 @@ <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> + +<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> +</ul> + <h2 id="more-examples">More Examples</h2> <p>Debug and release modes:</p> diff --git a/landing/index.cn.md b/landing/index.cn.md index 86c9ad98..fae790cd 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -90,6 +90,10 @@ $ xmake run -d console 请到插件仓库进行下载安装: [xmake-plugins](https://github.com/tboox/xmake-plugins). +## IDE插件 + +* [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## 更多例子 Debug和Release模式: diff --git a/landing/index.md b/landing/index.md index 3c55aa14..399e25ff 100644 --- a/landing/index.md +++ b/landing/index.md @@ -90,6 +90,10 @@ $ xmake run -d console Please download and install from the plugins repository [xmake-plugins](https://github.com/tboox/xmake-plugins). +## IDE Integration + +* [](https://marketplace.visualstudio.com/items?itemName=tboox.xmake-vscode#overview) + ## More Examples Debug and release modes: diff --git a/pages/donation.html b/pages/donation.html index d0873051..67e65dab 100644 --- a/pages/donation.html +++ b/pages/donation.html @@ -6,7 +6,7 @@ <title>xmake</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#157878"> - <meta name="description" content="A cross-platform build utility based on Lua"> + <meta name="description" content="A make-like build utility based on Lua"> <meta name="keywords" content="make,makefile,build,lua,cross-compile,linux" /> <link rel="stylesheet" href="/assets/css/normalize.css"> @@ -29,7 +29,7 @@ <body> <section class="page-header"> <h1 class="project-name">xmake</h1> - <h2 class="project-tagline">A cross-platform build utility based on Lua</h2> + <h2 class="project-tagline">A make-like build utility based on Lua</h2> <a href="/#/home" class="btn">GET STARTED</a> <br><br> <iframe src="https://ghbtns.com/github-btn.html?user=tboox&repo=xmake&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> |
