diff options
| author | ruki <waruqi@gmail.com> | 2019-06-23 12:40:53 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-23 12:40:53 +0800 |
| commit | 4ac242122f78a558d5c2fbc9a13a3c5282887524 (patch) | |
| tree | b4056a668d8b77ec427233b2906beda50be0b11f | |
| parent | 75c48632f8e609b95b5d423a2ca5e40fd511b5fd (diff) | |
| download | xmake-docs-4ac242122f78a558d5c2fbc9a13a3c5282887524.tar.gz xmake-docs-4ac242122f78a558d5c2fbc9a13a3c5282887524.zip | |
fix old pages
| -rw-r--r-- | guide/package_management.md | 4 | ||||
| -rw-r--r-- | old/README.md | 3 | ||||
| -rw-r--r-- | old/manual.md | 3 | ||||
| -rw-r--r-- | old/plugins.md | 3 | ||||
| -rw-r--r-- | old/zh/README.md | 4 | ||||
| -rw-r--r-- | old/zh/manual.md | 4 | ||||
| -rw-r--r-- | old/zh/plugins.md | 4 |
7 files changed, 2 insertions, 23 deletions
diff --git a/guide/package_management.md b/guide/package_management.md index 617f5ded..9e0f853a 100644 --- a/guide/package_management.md +++ b/guide/package_management.md @@ -42,13 +42,13 @@ $ cd tbox $ xmake package -o ../test/packages ``` -In this way, the test project can pass [add_packages](https://xmake.io/#/zh/manual?id=targetadd_packages) and [add_packagedirs](https://xmake.io/#/zh/manual?id= add_packagedirs) to configure and use the tbox.pkg package. +In this way, the test project can pass [add_packages](https://xmake.io/#/zh/manual?id=targetadd_packages) and [add_packagedirs](https://xmake.io/#/zh/manual?id=add_packagedirs) to configure and use the tbox.pkg package. For a detailed description of the built-in package, you can also refer to the following related article, which is described in detail: [Dependency package addition and automatic detection mechanism](https://tboox.org/cn/2016/08/06/add-package-and-autocheck/) ## System Search Mode -If you feel that the above built-in package management method is very inconvenient, you can use the extension interface [lib.detect.find_package] provided by xmake (https://xmake.io/#/zh/manual?id=detect-find_package) to find the system. Existing dependencies. +If you feel that the above built-in package management method is very inconvenient, you can use the extension interface [lib.detect.find_package](https://xmake.io/#/zh/manual?id=detect-find_package) to find the system. Existing dependencies. Currently this interface supports the following package management support: diff --git a/old/README.md b/old/README.md index c30d01b1..9f547b1f 100644 --- a/old/README.md +++ b/old/README.md @@ -1,6 +1,3 @@ ---- -search: en ---- <p> <div align="center"> diff --git a/old/manual.md b/old/manual.md index 89e85fd4..160a0436 100644 --- a/old/manual.md +++ b/old/manual.md @@ -1,6 +1,3 @@ ---- -search: en ---- ## Specification diff --git a/old/plugins.md b/old/plugins.md index 01825823..a3f7efe4 100644 --- a/old/plugins.md +++ b/old/plugins.md @@ -1,6 +1,3 @@ ---- -search: en ---- ## Plugin Development diff --git a/old/zh/README.md b/old/zh/README.md index 5db6935d..4d08bda5 100644 --- a/old/zh/README.md +++ b/old/zh/README.md @@ -1,7 +1,3 @@ ---- -nav: zh -search: zh ---- <p> <div align="center"> diff --git a/old/zh/manual.md b/old/zh/manual.md index 2aec722f..404742cf 100644 --- a/old/zh/manual.md +++ b/old/zh/manual.md @@ -1,7 +1,3 @@ ---- -nav: zh -search: zh ---- ## 接口规范 diff --git a/old/zh/plugins.md b/old/zh/plugins.md index 64e779f0..040279e7 100644 --- a/old/zh/plugins.md +++ b/old/zh/plugins.md @@ -1,7 +1,3 @@ ---- -nav: zh -search: zh ---- ## 插件开发 |
