From c530e84843444a40804e0c2b038c2ec53fe411b2 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 8 Nov 2016 12:39:57 +0100 Subject: webdocs-agl: added developer website template Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9 Signed-off-by: Stephane Desneux --- site/_tocs/hardware/fetched_files.yml | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 site/_tocs/hardware/fetched_files.yml (limited to 'site/_tocs/hardware/fetched_files.yml') diff --git a/site/_tocs/hardware/fetched_files.yml b/site/_tocs/hardware/fetched_files.yml new file mode 100644 index 0000000..1d77012 --- /dev/null +++ b/site/_tocs/hardware/fetched_files.yml @@ -0,0 +1,45 @@ +# 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 : "apache/cordova-cli" + documents : + - + label: "cordova" + source: "doc/readme.md" + destination: "cordova-cli/index.md" + +- + git_name: "apache/cordova-plugin-battery-status" + documents: + - + source: "README.md" + destination: "cordova-plugin-battery-status/index.md" + +- + git_name: "apache/cordova-plugin-camera" + documents: + - + source: "README.md" + destination: "cordova-plugin-camera/index.md" -- cgit 1.2.3-korg