aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs/getting_started
diff options
context:
space:
mode:
Diffstat (limited to 'content/tocs/getting_started')
-rw-r--r--content/tocs/getting_started/fetched_files.yml122
-rw-r--r--content/tocs/getting_started/toc_dev_en.yml83
2 files changed, 0 insertions, 205 deletions
diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml
deleted file mode 100644
index 4113447..0000000
--- a/content/tocs/getting_started/fetched_files.yml
+++ /dev/null
@@ -1,122 +0,0 @@
-##############################################################################################################
-# GLOBAL DOCUMENT
-# <any REPOSITORY option>: global setting
-# repositories: array of objects with documents to fetchd
-#
-# REPOSITORY ENTRY:
-# -
-# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration)
-# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration)
-# git_name: repository name (%repo%)
-# git_commit: git reference: revision, SHA1, branch... (%commit%)
-# src_prefix: prefix prepended to %source%
-# dst_prefix: prefix prepended to destination name
-# documents: array of documents to fetch
-#
-# DOCUMENT ENTRY:
-# source: subpath within repository (%source%)
-# destination: local destination filename
-# label|title: name within TOC
-# edit|editURI: specific edition URI
-#
-# EXAMPLE:
-# ------------------------------------
-# url: "GERRIT_FETCH"
-# git_commit: "master"
-# repositories:
-# -
-# git_name: src/foo
-# src_prefix: docs
-# dst_prefix: foodocs
-# documents:
-# - source: intro.md
-# label: Introduction
-# - source: topic/README.md
-# destination: topic.md
-# label: My Topic
-# ------------------------------------
-##############################################################################################################
-
-#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source)
-
-url_fetch: GERRIT_FETCH
-git_commit: AGL_GERRIT_BRANCH
-
-repositories:
--
- url_fetch: AGL_GITHUB_FETCH
- url_edit: AGL_GITHUB_EDIT
- git_name: automotive-grade-linux/docs-sources
- git_commit: AGL_GITHUB_BRANCH
- src_prefix: docs/getting-started
- documents :
- - source: app-workflow-intro.md
- label: Overview
- - source: app-workflow-image.md
- label: Download or Build Your Image
- - source: app-workflow-sdk.md
- label: Download or Build Your SDK Installer
- - source: app-workflow-bootables.md
- label: Create Bootable Media
- - source: app-workflow-boot.md
- label: Boot the Image on the Board
- - source: app-workflow-prep-app.md
- label: Get Ready to Create Your Application
- - source: app-workflow-build-app.md
- label: Create and Build the Application
- - source: app-workflow-deploy-app.md
- label: Deploy the Application to the Board
- - source: app-workflow-debug-app.md
- label: Debug the Application
- - source: images/app-developer-workflow.png
- destination: images/app-developer-workflow.png
- - source: image-workflow-intro.md
- label: Overview
- - source: image-workflow-prep-host.md
- label: Preparing Your Build Host
- - source: image-workflow-download-sw.md
- label: Downloading AGL Software
- - source: image-workflow-initialize-build-environment.md
- label: Initializing Your Build Environment
- - source: image-workflow-cust-build.md
- label: Customizing Your Build
- - source: image-workflow-build.md
- label: Building the AGL Image
- - source: machines/intel.md
- label: Building for Most Intel 64-Bit Hardware Platforms
- - source: machines/qemu.md
- label: Building for Emulation
- - source: machines/renesas.md
- label: Building for Supported Renesas Boards
- - source: machines/raspberrypi.md
- label: Building for Raspberry PI 2 or 3
- - source: images/image-developer-workflow.png
- destination: images/image-developer-workflow.png
- - source: troubleshooting.md
- label: Generic issues
- - source: footers/intel-footer.md
- label: Intel Boards
- - source: footers/raspberrypi-footer.md
- label: Raspberry PI
- - source: footers/images/RaspberryPi2-ModelB-debug-serial-cable.jpg
- destination: footers/images/RaspberryPi2-ModelB-debug-serial-cable.jpg
- - source: docker-container-setup.md
- label: Setting Up a Docker Container
--
- git_name: apps/homescreen
- src_prefix: homescreen/docs
- dst_prefix: homescreen
- documents:
- - source: index.md
- label: Overview
- - source: pictures/dashboard.png
- destination: pictures/dashboard.png
- - source: pictures/homescreen_applauncher.png
- destination: pictures/homescreen_applauncher.png
- - source: pictures/hvac.png
- destination: pictures/hvac.png
- - source: pictures/phone.png
- destination: pictures/phone.png
- - source: pictures/settings.png
- destination: pictures/settings.png
-
diff --git a/content/tocs/getting_started/toc_dev_en.yml b/content/tocs/getting_started/toc_dev_en.yml
deleted file mode 100644
index 6bb5dcc..0000000
--- a/content/tocs/getting_started/toc_dev_en.yml
+++ /dev/null
@@ -1,83 +0,0 @@
-#######################################################################
-# WARNING:
-# - TOC should reference .HTML and .md (Index OK but Error 404)
-# - do not forget to run 'docbuild --tocs' after any changes
-#
-#
-############################ SYNTAX ###################################
-# GLOBAL OPTIONS:
-# name: TOC (page) title
-# template: name of template to use for this page - use 'generated_index.html' if unknown
-# children: array of TOC entries
-#
-# TOC Entry:
-# name: TOC entry (level 1)
-# children:
-# -
-# name: optional name for TOC entry (default: use URL FrontMatter info)
-# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js:
-# -
-# name: ...
-# url: ...
-# ...
-#
-# EXAMPLE:
-# -------------------------------
-# name: Developer Guides
-# template: generated_index.html
-# children:
-# -
-# name: Application Framework
-# children:
-# - url: reference/af-main/overview.html
-# - url: reference/af-main/afm-system-daemon.html
-# - url: reference/af-main/afm-user-daemon.html
-# -------------------------------
-#######################################################################
-
-name: Getting started
-template: generated_index.html
-children:
--
- name: Image Development Workflow
- children:
- - url: reference/image-workflow-intro.html
- - url: reference/image-workflow-prep-host.html
- - url: reference/image-workflow-download-sw.html
- - url: reference/image-workflow-initialize-build-environment.html
- - url: reference/image-workflow-cust-build.html
- - url: reference/image-workflow-build.html
- - url: reference/machines/intel.html
- - url: reference/machines/qemu.html
- - url: reference/machines/renesas.html
- - url: reference/machines/raspberrypi.html
--
- name: HomeScreen
- children:
- - url: reference/homescreen/index.html
--
- name: Troubleshooting
- children:
- - url: reference/troubleshooting.html
- - url: reference/footers/intel-footer.html
- - url: reference/footers/raspberrypi-footer.html
--
- name: Docker Containers
- children:
- - url: reference/docker-container-setup.html
--
-# name: Scott's new section so far
-# children:
-# - url: reference/scott.html
-#-
- name: Application Development Workflow
- children:
- - url: reference/app-workflow-intro.html
- - url: reference/app-workflow-image.html
- - url: reference/app-workflow-sdk.html
- - url: reference/app-workflow-bootables.html
- - url: reference/app-workflow-boot.html
- - url: reference/app-workflow-prep-app.html
- - url: reference/app-workflow-build-app.html
- - url: reference/app-workflow-deploy-app.html
- - url: reference/app-workflow-debug-app.html