aboutsummaryrefslogtreecommitdiff
path: root/landing
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-02-03 19:27:08 +0800
committerruki <waruqi@gmail.com>2018-02-03 19:27:08 +0800
commitef68053cbc51558afb668c2b031afc30a4edfe79 (patch)
treebbe93a603a216bc5e06a7f51aa4a90dda2194de6 /landing
parentf368bb038884609a69c0e326cb684a72b72de819 (diff)
downloadxmake-docs-ef68053cbc51558afb668c2b031afc30a4edfe79.tar.gz
xmake-docs-ef68053cbc51558afb668c2b031afc30a4edfe79.zip
add menuconf to index
Diffstat (limited to 'landing')
-rw-r--r--landing/index.cn.md12
-rw-r--r--landing/index.md12
2 files changed, 22 insertions, 2 deletions
diff --git a/landing/index.cn.md b/landing/index.cn.md
index d599c61a..9a9293a3 100644
--- a/landing/index.cn.md
+++ b/landing/index.cn.md
@@ -56,6 +56,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de
$ xmake
```
+## 图形化菜单配置
+
+```bash
+$ xmake f --menu
+```
+
+<img src="/assets/img/index/menuconf.gif" width="60%" />
+
## 支持特性
* Tasks
@@ -193,7 +201,9 @@ target("test")
## 演示视频
-[![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693)
+<a href="https://asciinema.org/a/133693">
+<img src="https://asciinema.org/a/133693.png" width="60%" />
+</a>
## 联系方式
diff --git a/landing/index.md b/landing/index.md
index f6a62f27..70d027c8 100644
--- a/landing/index.md
+++ b/landing/index.md
@@ -56,6 +56,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de
$ xmake
```
+## Menu configuration
+
+```bash
+$ xmake f --menu
+```
+
+<img src="/assets/img/index/menuconf.gif" width="60%" />
+
## Support features
* Tasks
@@ -193,7 +201,9 @@ Some projects using xmake:
## Example Video
-[![asciicast](https://asciinema.org/a/133693.png)](https://asciinema.org/a/133693)
+<a href="https://asciinema.org/a/133693">
+<img src="https://asciinema.org/a/133693.png" width="60%" />
+</a>
## Contacts