diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-09 19:04:34 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | 282c03752e70b001ea7fc6e6d41d8f27b26e224b (patch) | |
tree | 41d72333153468cde7961ec4c2db4abb9879aa23 /site/_tocs/architecture | |
parent | f6fc6e5c28255a60c7d2628c0d814e4f12185b16 (diff) |
webdocs: fix clean
Change-Id: I6b1b6d6b81b91e26848a93d84a72a91f936389e2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_tocs/architecture')
-rw-r--r-- | site/_tocs/architecture/fetched_files.yml | 2 | ||||
-rw-r--r-- | site/_tocs/architecture/toc_dev_en.yml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/site/_tocs/architecture/fetched_files.yml b/site/_tocs/architecture/fetched_files.yml index b37cbd6..2638640 100644 --- a/site/_tocs/architecture/fetched_files.yml +++ b/site/_tocs/architecture/fetched_files.yml @@ -24,7 +24,7 @@ repositories: - git_name : "src/app-framework-main.git" dst_prefix : "ap/main" - src_prefix : "doc" + src_prefix : "docs" documents : - source: "overview.md" label: "afm overview" diff --git a/site/_tocs/architecture/toc_dev_en.yml b/site/_tocs/architecture/toc_dev_en.yml index a97f0dd..0649a73 100644 --- a/site/_tocs/architecture/toc_dev_en.yml +++ b/site/_tocs/architecture/toc_dev_en.yml @@ -1,8 +1,11 @@ # WARNING: # - TOC should reference .HTML and .md (Index OK but Error 404) -# - do not forget ./buid --tocs after any changes +# - do not forget to run 'docbuild --tocs' after any changes -- +name: Architecture +template: generated_index.html +children: +- name: Introduction to AGL project children: - url: reference/ap/main/overview.html |