aboutsummaryrefslogtreecommitdiffstats
path: root/site/_tocs/quickstart
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-08 12:39:57 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-10 14:53:01 +0100
commitc530e84843444a40804e0c2b038c2ec53fe411b2 (patch)
tree1a9eebf49fd85027ba472bad8c178d686bad8d56 /site/_tocs/quickstart
webdocs-agl: added developer website template
Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_tocs/quickstart')
-rw-r--r--site/_tocs/quickstart/fetched_files.yml32
-rw-r--r--site/_tocs/quickstart/toc_dev_en.yml14
2 files changed, 46 insertions, 0 deletions
diff --git a/site/_tocs/quickstart/fetched_files.yml b/site/_tocs/quickstart/fetched_files.yml
new file mode 100644
index 0000000..8f2095a
--- /dev/null
+++ b/site/_tocs/quickstart/fetched_files.yml
@@ -0,0 +1,32 @@
+# 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 : "iotbzh/agl-porter"
+ documents :
+ - source: "guide/booting-agl-sdk.md"
+-
+ git_name : "iotbzh/agl-qmu"
+ documents :
+ - source: "guide/booting-agl-sdk.md"
+
diff --git a/site/_tocs/quickstart/toc_dev_en.yml b/site/_tocs/quickstart/toc_dev_en.yml
new file mode 100644
index 0000000..6f940a4
--- /dev/null
+++ b/site/_tocs/quickstart/toc_dev_en.yml
@@ -0,0 +1,14 @@
+# WARNING: should reference .HTML and not .MD
+
+-
+ name: Introduction
+ children:
+ - url: guide/overview/index.html
+-
+ name: Create application
+ children:
+ - url: reference/cordova-cli/index.html
+ - url: reference/cordova-plugin-battery-status/index.html
+ - url: reference/cordova-plugin-camera/index.html
+
+ \ No newline at end of file