diff options
-rwxr-xr-x | docs/dev_guide/advanced-usage.md | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | docs/devguides-book.yml | 20 |
2 files changed, 12 insertions, 10 deletions
diff --git a/docs/dev_guide/advanced-usage.md b/docs/dev_guide/advanced-usage.md index 5df247d..79f7fe3 100755 --- a/docs/dev_guide/advanced-usage.md +++ b/docs/dev_guide/advanced-usage.md @@ -107,7 +107,7 @@ SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES You can add an external third-party library that is built, linked, and shipped with the project. -Or, you can link and ship the library only with the project. +Or, you can link and ship the library only with the project. ### Building, Linking, and Shipping an External Library with the Project diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index 342a324..6199838 100644..100755 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -6,19 +6,21 @@ books: description: CMAKE Apps Module documentation keywords: author: "IotBzh" - version: sandbox/scottrif29/scottdocs + version: master chapters: - - url: dev_guide/0-cmake-overview.md + - url: dev_guide/cmake-overview.md name: Overview - - url: dev_guide/1-installing-cmake.md - name: Installing the CMAKE Module - - url: dev_guide/2-configuring-cmake.md + - url: dev_guide/installing-cmake.md + name: Installing the CMAKE Templates + - url: dev_guide/using-cmake.md + name: Using CMake Templates + - url: dev_guide/configuring-cmake.md name: Configuring CMAKE - - url: dev_guide/3-project-architecture.md + - url: dev_guide/project-architecture.md name: Project Architecture - - url: dev_guide/4-advanced-usage.md + - url: dev_guide/advanced-usage.md name: Advanced Usage - - url: dev_guide/5-advanced-customization.md + - url: dev_guide/advanced-customization.md name: Advanced Customization - - url: dev_guide/6-autobuild.md + - url: dev_guide/autobuild.md name: Autobuild |