diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-10 15:17:32 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-10 15:17:32 +0200 |
commit | 9d577d9726f628f3882679e8ab8eecfad7508c69 (patch) | |
tree | 7ef8372b9c0b917065d25706efa4596db1cb68a5 /content/tocs | |
parent | d086fb70330506dc8ac3d74718750ab7dbba8d8b (diff) |
Add XDS documentation"
* xds-agent
* xds-exec
* xds-server
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'content/tocs')
-rw-r--r-- | content/tocs/devguides/fetched_files.yml | 24 | ||||
-rw-r--r-- | content/tocs/devguides/toc_dev_en.yml | 12 |
2 files changed, 36 insertions, 0 deletions
diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index eda5f20..4cc6e3c 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -115,5 +115,29 @@ repositories: - source: sdk-devkit/docs/part-2/pictures/qml_app.png - source: sdk-devkit/docs/part-2/pictures/web-runtime_app.png - source: sdk-devkit/docs/part-2/pictures/xming_server.png +- + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/xds-server + git_commit: "master" + documents: + - source: README.md + destination: xds-server.md + label: xds-server +- + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/xds-agent + git_commit: "master" + documents: + - source: README.md + destination: xds-agent.md + label: xds-agent +- + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/xds-exec + git_commit: "master" + documents: + - source: README.md + destination: xds-exec.md + label: xds-exec diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index 5de613a..02ed525 100644 --- a/content/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml @@ -91,6 +91,18 @@ children: name: Creating an hybrid app url: reference/sdk-devkit/docs/part-2/2_4-Creating-hybrid-app.html - + name: "XDS : X(cross) Development System Agent" + children: + - + name: xds-server + url: reference/xds-server/xds-server.md + - + name: xds-agent + url: reference/xds-agent/xds-agent.md + - + name: xds-exec + url: reference/xds-exec/xds-exec.md +- name: Guides children: - |