From d32d3fd1a2ef2aa76166cb9ea956ba3bd2bad1fb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Dec 2018 14:12:08 -0800 Subject: Getting Started: Added fetched and toc items to support changes The changes are removal of some of the "Troubleshooting" content, which was absorbed AGL build topics for specific machines. Another item was the introduction of a "Welcome" topic in the "Getting Started" area. Finally, some changes to the structure for "Container" information. Signed-off-by: Scott Rifenbark --- content/tocs/getting_started/fetched_files.yml | 4 +++- content/tocs/getting_started/toc_dev_en.yml | 19 +++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'content/tocs') diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index edcae7e..e1ea28b 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -50,6 +50,8 @@ repositories: git_commit: AGL_GITHUB_BRANCH src_prefix: docs/getting-started documents : + - source: getting-started-welcome.md + label: Overview - source: app-workflow-intro.md label: Overview - source: app-workflow-image.md @@ -97,7 +99,7 @@ repositories: - source: machines/images/RaspberryPi2-ModelB-debug-serial-cable.png destination: machines/images/RaspberryPi2-ModelB-debug-serial-cable.png - source: docker-container-setup.md - label: Setting Up a Docker Container + label: Overview - git_name: apps/homescreen src_prefix: homescreen/docs diff --git a/content/tocs/getting_started/toc_dev_en.yml b/content/tocs/getting_started/toc_dev_en.yml index 8115cbc..8251337 100644 --- a/content/tocs/getting_started/toc_dev_en.yml +++ b/content/tocs/getting_started/toc_dev_en.yml @@ -39,7 +39,11 @@ name: Getting started template: generated_index.html children: - - name: Image Development Workflow + name: Welcome! + children: + - url: reference/getting-started-welcome.html +- + name: Developing an AGL Image children: - url: reference/image-workflow-intro.html - url: reference/image-workflow-prep-host.html @@ -55,13 +59,12 @@ children: name: HomeScreen children: - url: reference/homescreen/index.html -## - -## name: Troubleshooting -## children: -## - url: reference/troubleshooting.html -## - url: reference/footers/raspberrypi-footer.html - - name: Docker Containers + name: Troubleshooting + children: + - url: reference/troubleshooting.html +- + name: Setting Up a Docker Container children: - url: reference/docker-container-setup.html - @@ -69,7 +72,7 @@ children: # children: # - url: reference/scott.html #- - name: Application Development Workflow + name: Developing an Application children: - url: reference/app-workflow-intro.html - url: reference/app-workflow-image.html -- cgit