diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | conf/AppDefaults.js | 2 | ||||
-rw-r--r-- | conf/_config.yml | 2 | ||||
-rw-r--r-- | site/_tocs/apis_services/toc_dev_en.yml | 2 | ||||
-rw-r--r-- | site/_tocs/architecture/toc_dev_en.yml | 2 | ||||
-rw-r--r-- | site/_tocs/devguides/toc_dev_en.yml | 2 | ||||
-rw-r--r-- | site/_tocs/getting_started/toc_dev_en.yml | 2 | ||||
-rw-r--r-- | site/_tocs/hardware/toc_dev_en.yml | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -13,7 +13,7 @@ See how to install webdocs: read file in doctools/webdocs/README.md ## configure webdoc -Some default configuration options can be overridden in the project directory. For this, you can adjust the configuration file conf/AppDefault.js +Some default configuration options can be overridden in the project directory. For this, you can adjust the configuration file conf/AppDefaults.js Other configuration files in conf/ starting by an underscore (_) are used by Jekyll. Some options may also be adjusted in particular in conf/_config.yml. diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index fd5c108..3c34166 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -15,7 +15,7 @@ */ // Runtime config will be: -// - initialized with default from doctools/webdocs/conf/AppDefault.js +// - initialized with default from doctools/webdocs/conf/AppDefaults.js // - overridden by this config config = { diff --git a/conf/_config.yml b/conf/_config.yml index c00c7bc..9ac5af5 100644 --- a/conf/_config.yml +++ b/conf/_config.yml @@ -22,7 +22,7 @@ excerpt_separator: <!--more--> # the version to which /latest/ points # NOTE: # this value gets overwritten in _version.yml, which is a generated file -latest_docs_version: dev # overloaded by AppDefault.js +latest_docs_version: dev # overloaded by AppDefaults.js # the docs version that is shown by default when clicking on docs links on the site default_linked_docs_version: latest diff --git a/site/_tocs/apis_services/toc_dev_en.yml b/site/_tocs/apis_services/toc_dev_en.yml index 32a9376..712f5d6 100644 --- a/site/_tocs/apis_services/toc_dev_en.yml +++ b/site/_tocs/apis_services/toc_dev_en.yml @@ -15,7 +15,7 @@ # children: # - # name: optional name for TOC entry (default: use URL FrontMatter info) -# url: <subdir as defined with FETCH_DIR in conf/AppDefault.js: +# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - # name: ... # url: ... diff --git a/site/_tocs/architecture/toc_dev_en.yml b/site/_tocs/architecture/toc_dev_en.yml index 64d452e..3c0244c 100644 --- a/site/_tocs/architecture/toc_dev_en.yml +++ b/site/_tocs/architecture/toc_dev_en.yml @@ -15,7 +15,7 @@ # children: # - # name: optional name for TOC entry (default: use URL FrontMatter info) -# url: <subdir as defined with FETCH_DIR in conf/AppDefault.js: +# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - # name: ... # url: ... diff --git a/site/_tocs/devguides/toc_dev_en.yml b/site/_tocs/devguides/toc_dev_en.yml index 3f9642e..6d9b419 100644 --- a/site/_tocs/devguides/toc_dev_en.yml +++ b/site/_tocs/devguides/toc_dev_en.yml @@ -15,7 +15,7 @@ # children: # - # name: optional name for TOC entry (default: use URL FrontMatter info) -# url: <subdir as defined with FETCH_DIR in conf/AppDefault.js: +# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - # name: ... # url: ... diff --git a/site/_tocs/getting_started/toc_dev_en.yml b/site/_tocs/getting_started/toc_dev_en.yml index fb284a4..31006e8 100644 --- a/site/_tocs/getting_started/toc_dev_en.yml +++ b/site/_tocs/getting_started/toc_dev_en.yml @@ -15,7 +15,7 @@ # children: # - # name: optional name for TOC entry (default: use URL FrontMatter info) -# url: <subdir as defined with FETCH_DIR in conf/AppDefault.js: +# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - # name: ... # url: ... diff --git a/site/_tocs/hardware/toc_dev_en.yml b/site/_tocs/hardware/toc_dev_en.yml index d975f86..0c6b9a5 100644 --- a/site/_tocs/hardware/toc_dev_en.yml +++ b/site/_tocs/hardware/toc_dev_en.yml @@ -15,7 +15,7 @@ # children: # - # name: optional name for TOC entry (default: use URL FrontMatter info) -# url: <subdir as defined with FETCH_DIR in conf/AppDefault.js: +# url: <subdir as defined with FETCH_DIR in conf/AppDefaults.js: # - # name: ... # url: ... |