diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-11-14 10:45:13 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-27 09:01:05 +0100 |
commit | 9661bbba26f9d9e42b9e60ae2d028e10dbe4ee7a (patch) | |
tree | a2fd3c7c48b564699fd1f6e83356d88c00f3305d /conf/_dev.yml | |
parent | 16f3a77f6c099396107f672fad0b9aca444b5a21 (diff) |
new generation workflow: deported yaml files
The first new generation workflow,
it allows to deported yaml files into remote repositories.
Please see documentation at
https://github.com/automotive-grade-linux/docs-tools/blob/master-next/docs/NextGenWorkflow.pdf
New yaml files are named "section_<version>.yml" and point to the
deported yaml files named "book<...>.yaml" from remote repositories.
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'conf/_dev.yml')
-rw-r--r-- | conf/_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/_dev.yml b/conf/_dev.yml index 8bf011a..d281aa7 100644 --- a/conf/_dev.yml +++ b/conf/_dev.yml @@ -1,5 +1,5 @@ baseurl: "" -default_linked_docs_version: dev +default_linked_docs_version: master destination: build-dev exclude: - static/css-src |