diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-11 07:31:19 -0500 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-11 12:33:45 +0000 |
commit | 4e1d47b990778978f275c1a580e454002a9bdc23 (patch) | |
tree | 23fc06537d6dc827b7014f5af0953c97eaab9e9e /docs | |
parent | afba79c3f5f8830c5c46e1ad0feee9dfb4a0f5b9 (diff) |
CMake Nav Panel: Changed configuration title
Changed the topic title in the navigation pane from
"Configuring CMake" to "Configuring AGL CMake Templates"
since the topic is more about configuring AGL-specific
CMake templates and not CMake in general.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Change-Id: Ibca59957cd967bca0b8d0570c8774fb9e1903110
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/devguides-book.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml index da38774..88c80ad 100755 --- a/docs/devguides-book.yml +++ b/docs/devguides-book.yml @@ -15,7 +15,7 @@ books: - url: dev_guide/using-cmake.md name: Using CMake Templates - url: dev_guide/configuring-cmake.md - name: Configuring CMake + name: Configuring AGL CMake Templates - url: dev_guide/project-architecture.md name: Project Architecture - url: dev_guide/advanced-usage.md |