diff options
| author | ruki <[email protected]> | 2017-02-06 23:12:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-06 23:12:45 +0800 |
| commit | 59c7e717b3e627fbfcee313f0c1d050e9bbceb5b (patch) | |
| tree | a2baa452ec4a2e84ab268750a7bb6033e7b6f385 /docs | |
| parent | e7f30e61ccf05efef87c491426868801de56a84e (diff) | |
modify docs stript
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 20 | ||||
| -rwxr-xr-x | docs/zh/manual.md | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/index.html b/docs/index.html index 613dedd39..6bd2f3a38 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,16 +6,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <title>xmake</title> <link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css"> - <!-- baidu stats --> - <script> - var _hmt = _hmt || []; - (function() { - var hm = document.createElement("script"); - hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a"; - var s = document.getElementsByTagName("script")[0]; - s.parentNode.insertBefore(hm, s); - })(); - </script> </head> <body> <!-- don't remove this part start --> @@ -27,5 +17,15 @@ <script src="https://unpkg.com/[email protected]/components/prism-c.min.js"></script> <script src="https://unpkg.com/[email protected]/components/prism-lua.min.js"></script> <script src="https://unpkg.com/[email protected]/components/prism-bash.min.js"></script> + <!-- baidu stats --> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> </body> </html> diff --git a/docs/zh/manual.md b/docs/zh/manual.md index d6b2029db..45311f530 100755 --- a/docs/zh/manual.md +++ b/docs/zh/manual.md @@ -341,7 +341,7 @@ add_plugindirs("$(projectdir)/plugins") 通过设置依赖包目录,可以方便的集成一些第三方的依赖库,以tbox工程为例,其包目录如下: ``` -tbox/pkg +tbox.pkg - base.pkg - zlib.pkg - polarssl.pkg |
