diff options
Diffstat (limited to 'site/_tocs/getting_started/fetched_files.yml')
-rw-r--r-- | site/_tocs/getting_started/fetched_files.yml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/site/_tocs/getting_started/fetched_files.yml b/site/_tocs/getting_started/fetched_files.yml new file mode 100644 index 0000000..3dc750c --- /dev/null +++ b/site/_tocs/getting_started/fetched_files.yml @@ -0,0 +1,44 @@ +# REFERENCE ENTRY: +# - +# url_fetch : gitweb fetch URL (format string with token %repo% %uri% +# GERRIT_FETCH= "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%" +# GITHUB_FETCH= "https://raw.githubusercontent.com/%repo%/%commit%/%source%" +# repository: git repository name +# GITHUB_EDIT= "https://raw.github.com/%repo%/blob/%commit%/%source%" +# git_commit: git commit when not default +# destination_prefix: optional destination prefix +# documents: +# - +# source : "source patch within url_fetch" +# destination : "optional: destination path default=path.join(destination_prefix+source)" +# label: "optional: friendly name for submenu default=basename(source) overloaded by file content" +# title: "optional: info about document (default label, overloaded by file content)" +# + +url_fetch : "GITHUB_FETCH" +url_edit : "GITHUB_EDIT" +git_commit : "master" +#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) + +repositories: +- + git_name : automotive-grade-linux/docs-agl + src_prefix : docs/getting-started + documents : + - source: source-code.md + label: Download AGL Source Code + - source: machines/qemu.md + label: Build for Qemu + - source: machines/porter.md + label: Build for Renesas Porter board + - source: machines/raspberrypi.md + label: Build for Raspberry PI 2/3 + - source: troubleshooting.md + label: Troubleshooting + - source: footers/porter-footer.md + label: Porter board + - source: footers/raspberrypi-footer.md + label: Rasperry PI + - source: images/RaspberryPi2-ModelB-debug-serial-cable.jpg + destination: footers/images/RaspberryPi2-ModelB-debug-serial-cable.jpg + |