diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-21 11:18:30 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-21 11:23:26 +0100 |
commit | 0529afa40b195735682c759a93c79e5dfe4898a4 (patch) | |
tree | 5188830a96c1fe90f2551fbaa3f4dc32e72f477a /site/_tocs/hardware/fetched_files.yml | |
parent | bf763a918792e397ab2e06877ca63fc2c3337493 (diff) |
Move tocs out of the site directory
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'site/_tocs/hardware/fetched_files.yml')
-rw-r--r-- | site/_tocs/hardware/fetched_files.yml | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/site/_tocs/hardware/fetched_files.yml b/site/_tocs/hardware/fetched_files.yml deleted file mode 100644 index 62b1c0d..0000000 --- a/site/_tocs/hardware/fetched_files.yml +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################################################## -# GLOBAL DOCUMENT -# <any REPOSITORY option>: global setting -# repositories: array of objects with documents to fetchd -# -# REPOSITORY ENTRY: -# - -# url_fetch : gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) -# url_edit : gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) -# git_name: repository name (%repo%) -# git_commit: git reference: revision, SHA1, branch... (%commit%) -# src_prefix: prefix prepended to %source% -# dst_prefix: prefix prepended to destination name -# documents: array of documents to fetch -# -# DOCUMENT ENTRY: -# source: subpath within repository (%source%) -# destination: local destination filename -# label|title: name within TOC -# edit|editURI: specific edition URI -# -# EXAMPLE: -# ------------------------------------ -# url: "GERRIT_FETCH" -# git_commit: "master" -# repositories: -# - -# git_name: src/foo -# src_prefix: docs -# dst_prefix: foodocs -# documents: -# - source: intro.md -# label: Introduction -# - source: topic/README.md -# destination: topic.md -# label: My Topic -# ------------------------------------ -############################################################################################################## - -url_fetch : "GERRIT_FETCH" -git_commit : "AGL_GERRIT_BRANCH" -#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) - -repositories: -- - git_name: AGL/meta-renesas - dst_prefix: renesas - documents: - - source: meta-rcar-gen2/README - destination: gen2.md - label: meta-rcar-gen2 layer - - source: meta-rcar-gen2/README.proprietary - destination: proprietary.md - label: Proprietary drivers - - source: meta-rcar-gen2/README-usbgadget.md - destination: usb-gadget.md - label: USB Gadget on Porter board - |