diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-11-30 13:56:38 +0100 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-11-30 13:56:38 +0100 |
commit | 04f11ce672bab52f7a2536eccb7189fdd4457166 (patch) | |
tree | 78b4cc505bb1137604f13d14ee5a24666e8e534f /site | |
parent | 10e862acbf852e1b0fc85e042631df3aa691e2fa (diff) |
fix AppDefaults.js path
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'site')
-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 |
5 files changed, 5 insertions, 5 deletions
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: ... |