aboutsummaryrefslogtreecommitdiffstats
path: root/content/tocs_guppy/getting_started/fetched_files.yml
diff options
context:
space:
mode:
Diffstat (limited to 'content/tocs_guppy/getting_started/fetched_files.yml')
-rw-r--r--content/tocs_guppy/getting_started/fetched_files.yml92
1 files changed, 0 insertions, 92 deletions
diff --git a/content/tocs_guppy/getting_started/fetched_files.yml b/content/tocs_guppy/getting_started/fetched_files.yml
deleted file mode 100644
index ba1fafe..0000000
--- a/content/tocs_guppy/getting_started/fetched_files.yml
+++ /dev/null
@@ -1,92 +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: source-code.md
- label: Download AGL Source Code
- - source: customize_bitbake_conf.md
- label: Customize the AGL build
- - source: machines/intel.md
- label: Build for Intel
- - source: machines/qemu.md
- label: Build for Qemu
- - source: machines/R-Car-Starter-Kit-gen3.md
- label: Build for R Car Starter Kit gen3 board
- - source: machines/raspberrypi.md
- label: Build for Raspberry PI 2/3
- - source: troubleshooting.md
- label: Generic issues
- - source: footers/intel-footer.md
- label: Intel Boards
- - source: footers/raspberrypi-footer.md
- label: Raspberry PI
- - source: images/RaspberryPi2-ModelB-debug-serial-cable.jpg
- destination: footers/images/RaspberryPi2-ModelB-debug-serial-cable.jpg
- - source: setup-sdk-environment.md
- label: SDK Quick Setup
--
- 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
-