diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-09 20:28:18 -0500 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-10 18:02:13 -0500 |
commit | ec83e9ce2b38da2828c9d49109754ce138a2f4eb (patch) | |
tree | 3af239b2adc213dd35dca647cdd9987e8e544380 /docs/devguides-book.yml | |
parent | 20017a4987af896845daec932c06a48924847051 (diff) |
Book.yml updates and cmake overview updates.
Also some minor edits.
Edited the cmake-overview.md file as well to add linkable TOC and
topic title sanity.
Change-Id: Ie7d194ffcd96ff2b168a8eba9b8cdfa9ec907c5d
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/devguides-book.yml')
-rw-r--r-- | docs/devguides-book.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index a87cdc6..8b3c9dd 100644 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -11,11 +11,11 @@ books: - url: dev_guide/cmake-overview.md name: Overview - url: dev_guide/installing-cmake.md - name: Installing the CMAKE Templates + name: Installing CMake Templates - url: dev_guide/using-cmake.md name: Using CMake Templates - url: dev_guide/configuring-cmake.md - name: Configuring CMAKE + name: Configuring CMake - url: dev_guide/project-architecture.md name: Project Architecture - url: dev_guide/advanced-usage.md |