From ec83e9ce2b38da2828c9d49109754ce138a2f4eb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sun, 9 Jun 2019 20:28:18 -0500 Subject: 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 --- docs/dev_guide/cmake-overview.md | 18 +++++++++++++++++- docs/devguides-book.yml | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/dev_guide/cmake-overview.md b/docs/dev_guide/cmake-overview.md index ca76728..52a9b16 100755 --- a/docs/dev_guide/cmake-overview.md +++ b/docs/dev_guide/cmake-overview.md @@ -4,6 +4,22 @@ The CMake AGL Framework Template Module helps to build applications or bindings for the AGL Application Framework. You can use the template module to easily build a widget and its related -test widget for running on top the AGL Application Framework. +test widget for running on top of the AGL Application Framework. + +This topic consists of the following: + +- [Installing CMake Templates](installing-cmake.html). + +- [Using CMake Templates](using-cmake.html). + +- [Configuring CMake](configuring-cmake.html). + +- [Project Architecture](project-architecture.html). + +- [Advanced Usage](advanced-usage.html). + +- [Advanced Customization](advanced-customization.html). + +- [Autobuild](autobuild.html). 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 -- cgit 1.2.3-korg