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/hardware/section_master.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/tocs/hardware/section_master.yml (limited to 'content/tocs/hardware') 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 From c62f3d3b8a7d996bec5ce181a5b245d792796cc2 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Sat, 22 Dec 2018 21:26:36 +0100 Subject: Remove fetched and toc yaml files (old method) Change-Id: I515d45f197a815bb2b169ba0380ef0e8b7fbc4f8 Signed-off-by: Sebastien Douheret --- content/tocs/hardware/fetched_files.yml | 56 --------------------------------- content/tocs/hardware/toc_dev_en.yml | 45 -------------------------- 2 files changed, 101 deletions(-) delete mode 100644 content/tocs/hardware/fetched_files.yml delete mode 100644 content/tocs/hardware/toc_dev_en.yml (limited to 'content/tocs/hardware') diff --git a/content/tocs/hardware/fetched_files.yml b/content/tocs/hardware/fetched_files.yml deleted file mode 100644 index f1decf7..0000000 --- a/content/tocs/hardware/fetched_files.yml +++ /dev/null @@ -1,56 +0,0 @@ -############################################################################################################## -# GLOBAL DOCUMENT -# : 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: -- - git_name: AGL/meta-renesas-rcar-gen3 - dst_prefix: renesas-gen3 - documents: - - source: meta-rcar-gen3/README - destination: gen3.md - label: meta-rcar-gen3 layer - - source: meta-rcar-gen3/README.proprietary - destination: proprietary.md - label: Proprietary drivers - diff --git a/content/tocs/hardware/toc_dev_en.yml b/content/tocs/hardware/toc_dev_en.yml deleted file mode 100644 index 6c49ed8..0000000 --- a/content/tocs/hardware/toc_dev_en.yml +++ /dev/null @@ -1,45 +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: Date: Wed, 9 Jan 2019 14:49:38 +0100 Subject: Add yaml files for flounder version Add yaml files for flounder version documentation Uncomment app-afb-test part for apis_services section Add node_modules & package.json in .gitignore Signed-off-by: Frederic Marec --- content/tocs/hardware/section_flounder.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/tocs/hardware/section_flounder.yml (limited to 'content/tocs/hardware') diff --git a/content/tocs/hardware/section_flounder.yml b/content/tocs/hardware/section_flounder.yml new file mode 100644 index 0000000..fd6388b --- /dev/null +++ b/content/tocs/hardware/section_flounder.yml @@ -0,0 +1,11 @@ +url_fetch : "GERRIT_FETCH" +git_commit : "flounder" + +name: Hardware Support +template: generated_index.html +books: +- + id: renesas-gen3-boards-flounder + git_name: AGL/meta-renesas-rcar-gen3 + path: meta-rcar-gen3/docs-book.yml + dst_prefix: renesas-gen3 -- cgit From b6b48a138a5100190f33a71a526f774b94514315 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Sun, 24 Feb 2019 19:21:40 +0100 Subject: add guppy sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/hardware/section_guppy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/tocs/hardware/section_guppy.yml (limited to 'content/tocs/hardware') diff --git a/content/tocs/hardware/section_guppy.yml b/content/tocs/hardware/section_guppy.yml new file mode 100644 index 0000000..e0b95d9 --- /dev/null +++ b/content/tocs/hardware/section_guppy.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 From c0fafcb577abb8108490540f7ecfe949a92c7fd0 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Sun, 24 Feb 2019 20:05:22 +0100 Subject: reset tocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/hardware/fetched_files.yml | 56 +++++++++++++++++++++++++++++++++ content/tocs/hardware/toc_dev_en.yml | 45 ++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 content/tocs/hardware/fetched_files.yml create mode 100644 content/tocs/hardware/toc_dev_en.yml (limited to 'content/tocs/hardware') diff --git a/content/tocs/hardware/fetched_files.yml b/content/tocs/hardware/fetched_files.yml new file mode 100644 index 0000000..f1decf7 --- /dev/null +++ b/content/tocs/hardware/fetched_files.yml @@ -0,0 +1,56 @@ +############################################################################################################## +# GLOBAL DOCUMENT +# : 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: +- + git_name: AGL/meta-renesas-rcar-gen3 + dst_prefix: renesas-gen3 + documents: + - source: meta-rcar-gen3/README + destination: gen3.md + label: meta-rcar-gen3 layer + - source: meta-rcar-gen3/README.proprietary + destination: proprietary.md + label: Proprietary drivers + diff --git a/content/tocs/hardware/toc_dev_en.yml b/content/tocs/hardware/toc_dev_en.yml new file mode 100644 index 0000000..6c49ed8 --- /dev/null +++ b/content/tocs/hardware/toc_dev_en.yml @@ -0,0 +1,45 @@ +####################################################################### +# 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: