aboutsummaryrefslogtreecommitdiffstats
path: root/site/_tocs/devguides
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-14 19:21:51 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-14 19:21:51 +0100
commit0b5b4c600f95d0adb5ccccc3eb0f753c47a39067 (patch)
tree178ee9724dbf2c7b16bac5b5b87413e4347032d2 /site/_tocs/devguides
parent76a6c0d3ca4fc1f935b60d1b2848f497e0957113 (diff)
webdocs: add hardware and devguides sections; fix processing for non-MD files
Change-Id: If85a4b894d39d7d564725729cd3d59c38e328a23 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_tocs/devguides')
-rw-r--r--site/_tocs/devguides/fetched_files.yml30
-rw-r--r--site/_tocs/devguides/toc_dev_en.yml11
2 files changed, 39 insertions, 2 deletions
diff --git a/site/_tocs/devguides/fetched_files.yml b/site/_tocs/devguides/fetched_files.yml
index 86318a4..fc9a449 100644
--- a/site/_tocs/devguides/fetched_files.yml
+++ b/site/_tocs/devguides/fetched_files.yml
@@ -16,4 +16,34 @@
#
url_fetch : "GERRIT_FETCH"
+git_commit: master
repositories:
+-
+ git_name: AGL/meta-agl
+ documents:
+ - source: README-AGL.md
+ destination: AGL.md
+ label: AGL Overview
+ - source: README.md
+ destination: meta-agl.md
+ label: meta-agl
+-
+ git_name: AGL/meta-agl-demo
+ documents:
+ - source: README.md
+ destination: meta-agl-demo.md
+ label: meta-agl-demo
+-
+ git_name: AGL/meta-agl-devel
+ documents:
+ - source: README.md
+ destination: meta-agl-devel.md
+ label: meta-agl-devel
+-
+ git_name: AGL/meta-agl-extra
+ documents:
+ - source: meta-sota/README.md
+ destination: meta-sota.md
+ label: meta-sota
+
+
diff --git a/site/_tocs/devguides/toc_dev_en.yml b/site/_tocs/devguides/toc_dev_en.yml
index 5511f41..2bf81a1 100644
--- a/site/_tocs/devguides/toc_dev_en.yml
+++ b/site/_tocs/devguides/toc_dev_en.yml
@@ -2,8 +2,15 @@
# - TOC should reference .HTML and .md (Index OK but Error 404)
# - do not forget to run 'docbuild --tocs' after any changes
-name: APIs & Services
+name: Developer Guides
template: generated_index.html
children:
-
+-
+ name: Yocto layers
+ children:
+ - url: reference/AGL.html
+ - url: reference/meta-agl.html
+ - url: reference/meta-agl-demo.html
+ - url: reference/meta-agl-devel.html
+ - url: reference/meta-sota.html