diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | conf/AppDefaults.js | 3 | ||||
-rw-r--r-- | site/_tocs/architecture/fetched_files.yml | 2 | ||||
-rw-r--r-- | site/_tocs/architecture/toc_dev_en.yml | 7 | ||||
-rw-r--r-- | site/_tocs/bindings/fetched_files.yml | 2 | ||||
-rw-r--r-- | site/_tocs/bindings/toc_dev_en.yml | 9 | ||||
-rw-r--r-- | site/_tocs/hardware/toc_dev_en.yml | 9 | ||||
-rw-r--r-- | site/_tocs/quickstart/toc_dev_en.yml | 9 |
8 files changed, 32 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5df1b9b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.sass-cache diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 38cd2ad..a87cdf7 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -30,6 +30,9 @@ config = { LANGUAGES: ['en','fr'], //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%", + LAST: undefined }; diff --git a/site/_tocs/architecture/fetched_files.yml b/site/_tocs/architecture/fetched_files.yml index b37cbd6..2638640 100644 --- a/site/_tocs/architecture/fetched_files.yml +++ b/site/_tocs/architecture/fetched_files.yml @@ -24,7 +24,7 @@ repositories: - git_name : "src/app-framework-main.git" dst_prefix : "ap/main" - src_prefix : "doc" + src_prefix : "docs" documents : - source: "overview.md" label: "afm overview" diff --git a/site/_tocs/architecture/toc_dev_en.yml b/site/_tocs/architecture/toc_dev_en.yml index a97f0dd..0649a73 100644 --- a/site/_tocs/architecture/toc_dev_en.yml +++ b/site/_tocs/architecture/toc_dev_en.yml @@ -1,8 +1,11 @@ # WARNING: # - TOC should reference .HTML and .md (Index OK but Error 404) -# - do not forget ./buid --tocs after any changes +# - do not forget to run 'docbuild --tocs' after any changes -- +name: Architecture +template: generated_index.html +children: +- name: Introduction to AGL project children: - url: reference/ap/main/overview.html diff --git a/site/_tocs/bindings/fetched_files.yml b/site/_tocs/bindings/fetched_files.yml index 36c4841..e6d6d9f 100644 --- a/site/_tocs/bindings/fetched_files.yml +++ b/site/_tocs/bindings/fetched_files.yml @@ -20,7 +20,7 @@ repositories: - git_name : "src/app-framework-main.git" dst_prefix : "ap/main" - src_prefix : "doc" + src_prefix : "docs" documents : - source: "overview.md" label: "afm overview" diff --git a/site/_tocs/bindings/toc_dev_en.yml b/site/_tocs/bindings/toc_dev_en.yml index df9e4d5..1b4c7c0 100644 --- a/site/_tocs/bindings/toc_dev_en.yml +++ b/site/_tocs/bindings/toc_dev_en.yml @@ -1,5 +1,10 @@ -# WARNING: should reference .HTML and not .MD +# 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: @@ -12,4 +17,4 @@ - url: reference/ap/binder/afb-application-writing.html - url: reference/ap/binder/afb-bindings-writing.html -
\ No newline at end of file + diff --git a/site/_tocs/hardware/toc_dev_en.yml b/site/_tocs/hardware/toc_dev_en.yml index 6f940a4..e7c604e 100644 --- a/site/_tocs/hardware/toc_dev_en.yml +++ b/site/_tocs/hardware/toc_dev_en.yml @@ -1,5 +1,10 @@ -# WARNING: should reference .HTML and not .MD +# WARNING: +# - TOC should reference .HTML and .md (Index OK but Error 404) +# - do not forget to run 'docbuild --tocs' after any changes +name: Hardware +template: generated_index.html +children: - name: Introduction children: @@ -11,4 +16,4 @@ - url: reference/cordova-plugin-battery-status/index.html - url: reference/cordova-plugin-camera/index.html -
\ No newline at end of file + diff --git a/site/_tocs/quickstart/toc_dev_en.yml b/site/_tocs/quickstart/toc_dev_en.yml index 6f940a4..fdc2990 100644 --- a/site/_tocs/quickstart/toc_dev_en.yml +++ b/site/_tocs/quickstart/toc_dev_en.yml @@ -1,5 +1,10 @@ -# WARNING: should reference .HTML and not .MD +# WARNING: +# - TOC should reference .HTML and .md (Index OK but Error 404) +# - do not forget to run 'docbuild --tocs' after any changes +name: Quickstart +template: generated_index.html +children: - name: Introduction children: @@ -11,4 +16,4 @@ - url: reference/cordova-plugin-battery-status/index.html - url: reference/cordova-plugin-camera/index.html -
\ No newline at end of file + |