From e08631ee7612e164474257485617361eddee3ed4 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 21 Dec 2018 09:22:30 +0100 Subject: Add new section_master yaml files. Change-Id: I8e53a3cb7ca4d1b5b7749b0bf2fe8715a3f240b2 Signed-off-by: Sebastien Douheret --- content/tocs/architecture/section_master.yml | 21 +++++++++++++++++++++ content/tocs/getting_started/section_master.yml | 19 +++++++++++++++++++ content/tocs/hardware/section_master.yml | 11 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 content/tocs/architecture/section_master.yml create mode 100644 content/tocs/getting_started/section_master.yml create mode 100644 content/tocs/hardware/section_master.yml (limited to 'content/tocs') diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml new file mode 100644 index 0000000..0ddfe15 --- /dev/null +++ b/content/tocs/architecture/section_master.yml @@ -0,0 +1,21 @@ +url_fetch : "GERRIT_FETCH" +# FIXME: restore line below to switch back on master: +#git_commit : "AGL_GERRIT_BRANCH" +git_commit : "sandbox/benierc/newdocs" + +name: Developer Guides +template: generated_index.html +books: +# FIXME: fix support of pdf source +# - +# id: agl_specifications +# url_fetch: AGL_GITHUB_FETCH +# git_name: automotive-grade-linux/docs-sources +# dst_prefix: AGL_Specifications +# path: docs/agl-specs-book.yml +- + id: security_blueprint + url_fetch: AGL_GITHUB_FETCH + git_name: automotive-grade-linux/docs-sources + dst_prefix: security + path: docs/security-blueprint-book.yml diff --git a/content/tocs/getting_started/section_master.yml b/content/tocs/getting_started/section_master.yml new file mode 100644 index 0000000..6089a08 --- /dev/null +++ b/content/tocs/getting_started/section_master.yml @@ -0,0 +1,19 @@ +url_fetch : "GERRIT_FETCH" +git_commit : "AGL_GERRIT_BRANCH" + +name: Getting started +template: generated_index.html +books: +- + id: image-development-workflow + url_fetch: AGL_GITHUB_FETCH + # FIXME: delete line below to switch back to AGL_GERRIT_BRANCH + git_commit: sandbox/benierc/newdocs + git_name: automotive-grade-linux/docs-sources + path: docs/getting-started-book.yml +- + id: apps-homescreen + url_fetch: GERRIT_FETCH + git_name: apps/homescreen + dst_prefix: homescreen + path: homescreen/docs/homescreen-book.yml diff --git a/content/tocs/hardware/section_master.yml b/content/tocs/hardware/section_master.yml new file mode 100644 index 0000000..e0b95d9 --- /dev/null +++ b/content/tocs/hardware/section_master.yml @@ -0,0 +1,11 @@ +url_fetch : "GERRIT_FETCH" +git_commit : "AGL_GERRIT_BRANCH" + +name: Hardware Support +template: generated_index.html +books: +- + id: renesas-gen3-boards + git_name: AGL/meta-renesas-rcar-gen3 + path: meta-rcar-gen3/docs-book.yml + dst_prefix: renesas-gen3 -- cgit 1.2.3-korg