aboutsummaryrefslogtreecommitdiffstats
path: root/site/_tocs/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'site/_tocs/bindings')
-rw-r--r--site/_tocs/bindings/fetched_files.yml42
-rw-r--r--site/_tocs/bindings/toc_dev_en.yml20
2 files changed, 0 insertions, 62 deletions
diff --git a/site/_tocs/bindings/fetched_files.yml b/site/_tocs/bindings/fetched_files.yml
deleted file mode 100644
index e6d6d9f..0000000
--- a/site/_tocs/bindings/fetched_files.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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 : "GERRIT_FETCH"
-repositories:
--
- git_name : "src/app-framework-main.git"
- dst_prefix : "ap/main"
- src_prefix : "docs"
- documents :
- - source: "overview.md"
- label: "afm overview"
- - source: "afm-system-daemon.md"
- - source: "afm-user-daemon.md"
-
--
- git_name : "src/app-framework-binder.git"
- src_prefix : "doc"
- dst_prefix : "ap/binder"
- documents :
- - source: "afb-overview.md"
- - source: "afb-application-writing.md"
- - source: "afb-bindings-overview.md"
- - source: "afb-bindings-writing.md"
- - source: "afb-tests-overview.md"
- label : "afb basic test"
- - source: "afb-daemon-vocabulary.md"
- label : "afb vocabulary"
diff --git a/site/_tocs/bindings/toc_dev_en.yml b/site/_tocs/bindings/toc_dev_en.yml
deleted file mode 100644
index 1b4c7c0..0000000
--- a/site/_tocs/bindings/toc_dev_en.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# WARNING:
-# - TOC should reference .HTML and .md (Index OK but Error 404)
-# - do not forget to run 'docbuild --tocs' after any changes
-
-name: Bindings
-template: generated_index.html
-children:
--
- name: Introduction
- children:
- - url: guide/overview/index.html
--
- name: Application Framework
- children:
- - url: reference/ap/main/afm-system-daemon.html
- - url: reference/ap/main/afm-user-daemon.html
- - url: reference/ap/binder/afb-application-writing.html
- - url: reference/ap/binder/afb-bindings-writing.html
-
-