aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/AppDefaults.js2
-rw-r--r--site/_tocs/apis_services/fetched_files.yml46
-rw-r--r--site/_tocs/apis_services/toc_dev_en.yml21
-rw-r--r--site/_tocs/devguides/fetched_files.yml6
-rw-r--r--site/_tocs/devguides/toc_dev_en.yml5
5 files changed, 70 insertions, 10 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js
index 06699a6..76505b0 100644
--- a/conf/AppDefaults.js
+++ b/conf/AppDefaults.js
@@ -33,7 +33,7 @@ config = {
//GEM_FILE : "Absolute Path to GemFile when not within DOCS_TOOLS directory"
- GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%",
+ GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%.git;a=blob_plain;f=%source%;hb=%commit%",
LAST: undefined
};
diff --git a/site/_tocs/apis_services/fetched_files.yml b/site/_tocs/apis_services/fetched_files.yml
index 86318a4..ae29d2c 100644
--- a/site/_tocs/apis_services/fetched_files.yml
+++ b/site/_tocs/apis_services/fetched_files.yml
@@ -16,4 +16,50 @@
#
url_fetch : "GERRIT_FETCH"
+git_commit : "master"
+#git_commit : # default defined in _tocs/xxxx/latest.yml
+#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source)
+
repositories:
+-
+ git_name : src/app-framework-main
+ git_commit: master
+ src_prefix : docs
+ dst_prefix: af-main
+ documents:
+ - source: overview.md
+ label: Overview
+ - source: afm-system-daemon.md
+ label: System Daemon
+ - source: afm-user-daemon.md
+ label: User Daemon
+ - source: quick-tutorial.md
+ label: Quick Tutorial
+ - source: widgets.md
+ label: Widgets
+ - source: writing-config.xml.md
+ label: Writing config.xml
+-
+ git_name : src/app-framework-binder
+ git_commit: master
+ src_prefix : doc
+ dst_prefix: af-binder
+ documents:
+ - source: afb-overview.md
+ label: Binder overview
+ - source: afb-application-writing.md
+ label: Writing Applications
+ - source: afb-bindings-writing.md
+ label: Writing Bindings
+ - source: afb-events-guide.md
+ label: Events guide
+ - source: signaling-basis.svg
+ - source: afb-daemon-vocabulary.md
+ label: Vocabulary
+ - source: afb-tests-overview.md
+ label: Tests overview
+ - source: afb-bindings-overview.md
+ label: Bindings Examples
+ - source: FAQ.md
+
+
diff --git a/site/_tocs/apis_services/toc_dev_en.yml b/site/_tocs/apis_services/toc_dev_en.yml
index 5511f41..fd83f87 100644
--- a/site/_tocs/apis_services/toc_dev_en.yml
+++ b/site/_tocs/apis_services/toc_dev_en.yml
@@ -2,8 +2,25 @@
# - TOC should reference .HTML and .md (Index OK but Error 404)
# - do not forget to run 'docbuild --tocs' after any changes
-name: APIs & Services
+name: Developer Guides
template: generated_index.html
children:
+-
+ name: Application Framework
+ children:
+ - url: reference/af-main/overview.html
+ - url: reference/af-main/afm-system-daemon.html
+ - url: reference/af-main/afm-user-daemon.html
+ - url: reference/af-main/quick-tutorial.html
+ - url: reference/af-main/widgets.html
+ - url: reference/af-main/writing-config.xml.html
+ - url: reference/af-binder/afb-overview.html
+ - url: reference/af-binder/afb-application-writing.html
+ - url: reference/af-binder/afb-bindings-writing.html
+ - url: reference/af-binder/afb-events-guide.html
+ - url: reference/af-binder/afb-daemon-vocabulary.html
+ - url: reference/af-binder/afb-tests-overview.html
+ - url: reference/af-binder/afb-bindings-overview.html
+ - url: reference/af-binder/FAQ.html
-
+
diff --git a/site/_tocs/devguides/fetched_files.yml b/site/_tocs/devguides/fetched_files.yml
index 4f18585..86318a4 100644
--- a/site/_tocs/devguides/fetched_files.yml
+++ b/site/_tocs/devguides/fetched_files.yml
@@ -15,9 +15,5 @@
# title: "optional: info about document (default label, overloaded by file content)"
#
-url_fetch : "GITHUB_FETCH"
-commit : "master"
-#git_commit : # default defined in _tocs/xxxx/latest.yml
-#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source)
-
+url_fetch : "GERRIT_FETCH"
repositories:
diff --git a/site/_tocs/devguides/toc_dev_en.yml b/site/_tocs/devguides/toc_dev_en.yml
index da3e09d..5511f41 100644
--- a/site/_tocs/devguides/toc_dev_en.yml
+++ b/site/_tocs/devguides/toc_dev_en.yml
@@ -2,7 +2,8 @@
# - TOC should reference .HTML and .md (Index OK but Error 404)
# - do not forget to run 'docbuild --tocs' after any changes
-name: Developer Guides
+name: APIs & Services
template: generated_index.html
children:
-
+
+