diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-17 15:50:18 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-10-18 11:33:03 +0200 |
commit | f0e40ed5a98495c7beba475c552cd449c9ee3498 (patch) | |
tree | 1824e600c2677640fbb37cf2b37dc0191c59049a /content/tocs/getting_started/fetched_files.yml | |
parent | 4fc602d4b47811b3b00f07124e27d51b1a9e997a (diff) |
docs-agl conformity: make it working as docs-agl
Makefile:
- add rules to clone doctools
- add dependencies on doctools for each rule
- add distclean rule to remove doctools repo
docs.json:
- add doctools section with url and version
fetch.yml:
- change fetching for former docs-agl source, it is now in
docs-source repo
Change-Id: I0f9c5c8b3cbf46cfd280f9db7fbe80a925460062
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'content/tocs/getting_started/fetched_files.yml')
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 0273923..0819215 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -23,7 +23,7 @@ # ------------------------------------ # url: "GERRIT_FETCH" # git_commit: "master" -# repositories: +# repositories: # - # git_name: src/foo # src_prefix: docs @@ -42,9 +42,9 @@ url_edit : "AGL_GITHUB_EDIT" git_commit : "AGL_GITHUB_BRANCH" #dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) -repositories: -- - git_name : "%project_source%/docs-agl" +repositories: +- + git_name : "automotive-grade-linux/docs-sources" src_prefix : docs/getting-started documents : - source: source-code.md |