aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-11-30 13:56:38 +0100
committerRonan <ronan.lemartret@iot.bzh>2016-11-30 13:56:38 +0100
commit04f11ce672bab52f7a2536eccb7189fdd4457166 (patch)
tree78b4cc505bb1137604f13d14ee5a24666e8e534f /conf
parent10e862acbf852e1b0fc85e042631df3aa691e2fa (diff)
fix AppDefaults.js path
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r--conf/AppDefaults.js2
-rw-r--r--conf/_config.yml2
2 files changed, 2 insertions, 2 deletions
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