diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/tocs/apis_services/fetched_files.yml | 6 | ||||
-rw-r--r-- | content/tocs/architecture/fetched_files.yml | 1 | ||||
-rw-r--r-- | content/tocs/getting_started/fetched_files.yml | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 6552196..676c8e3 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -252,7 +252,7 @@ repositories: - url_fetch: AGL_GITHUB_FETCH git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/app-framework dst_prefix: af-binder documents: @@ -262,7 +262,7 @@ repositories: - url_fetch: AGL_GITHUB_FETCH git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/signaling dst_prefix: signaling documents: @@ -289,7 +289,7 @@ repositories: url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "automotive-grade-linux/docs-sources" - git_commit: "AGL_GITHUB_BRANCH" + git_commit: master-next src_prefix: docs/audio dst_prefix: audio documents: diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml index 80fb3e9..5903a18 100644 --- a/content/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml @@ -52,6 +52,7 @@ repositories: - git_name : "automotive-grade-linux/docs-sources" + git_commit: master-next src_prefix : docs/security-blueprint dst_prefix: security documents: diff --git a/content/tocs/getting_started/fetched_files.yml b/content/tocs/getting_started/fetched_files.yml index 0819215..4b7b551 100644 --- a/content/tocs/getting_started/fetched_files.yml +++ b/content/tocs/getting_started/fetched_files.yml @@ -45,6 +45,7 @@ git_commit : "AGL_GITHUB_BRANCH" repositories: - git_name : "automotive-grade-linux/docs-sources" + git_commit: master-next src_prefix : docs/getting-started documents : - source: source-code.md |