diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-26 17:43:59 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-26 17:43:59 +0200 |
commit | dd54a533478aa65bbc87062ff87afd0cad575460 (patch) | |
tree | 1b0024cb1854ad0e9a118d939f385d824445e0d8 /contain/tocs/getting_started | |
parent | 00ebd2eaa87bec05deae4a3240f388cfe71a3f92 (diff) |
webdocs: rename 'contain' to 'content'
Change-Id: I75f933607df22cebae8b31882cc86489c95a9f18
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'contain/tocs/getting_started')
-rw-r--r-- | contain/tocs/getting_started/fetched_files.yml | 95 | ||||
-rw-r--r-- | contain/tocs/getting_started/toc_dev_en.yml | 66 |
2 files changed, 0 insertions, 161 deletions
diff --git a/contain/tocs/getting_started/fetched_files.yml b/contain/tocs/getting_started/fetched_files.yml deleted file mode 100644 index 8dd0181..0000000 --- a/contain/tocs/getting_started/fetched_files.yml +++ /dev/null @@ -1,95 +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 -# ------------------------------------ -############################################################################################################## - -url_fetch : "AGL_GITHUB_FETCH" -url_edit : "AGL_GITHUB_EDIT" -git_commit : "AGL_GITHUB_BRANCH" -#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) - -repositories: -- - git_name : "%project_source%/docs-agl" - 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/porter.md - label: Build for Renesas Porter board - - 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/porter-footer.md - label: Porter board - - 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 -- - url_fetch : GERRIT_FETCH - git_name : apps/homescreen - git_commit : AGL_GERRIT_BRANCH - 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/contain/tocs/getting_started/toc_dev_en.yml b/contain/tocs/getting_started/toc_dev_en.yml deleted file mode 100644 index 2610f27..0000000 --- a/contain/tocs/getting_started/toc_dev_en.yml +++ /dev/null @@ -1,66 +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: Getting Started - children: - - url: reference/source-code.html - - url: reference/customize_bitbake_conf.html - - url: reference/machines/intel.html - - url: reference/machines/qemu.html - - url: reference/machines/porter.html - - url: reference/machines/R-Car-Starter-Kit-gen3.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/porter-footer.html - - url: reference/footers/raspberrypi-footer.html -- - name: SDK - children: - - url: reference/setup-sdk-environment.html - |