aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-06-26 17:43:59 +0200
committerStephane Desneux <stephane.desneux@iot.bzh>2017-06-26 17:43:59 +0200
commitdd54a533478aa65bbc87062ff87afd0cad575460 (patch)
tree1b0024cb1854ad0e9a118d939f385d824445e0d8 /README.md
parent00ebd2eaa87bec05deae4a3240f388cfe71a3f92 (diff)
webdocs: rename 'contain' to 'content'
Change-Id: I75f933607df22cebae8b31882cc86489c95a9f18 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9eda149..f426c76 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Other configuration files in conf/ starting by an underscore (_) are used by Jek
## generate a 1st site from your template
```
../doctools/webdocs/docbuild --clean # deleted all generated file if any
- ../doctools/webdocs/docbuild --fetch [--force] # collect doc from github (fetch list in contain/toc/*/fetch_files.yml)
+ ../doctools/webdocs/docbuild --fetch [--force] # collect doc from github (fetch list in content/toc/*/fetch_files.yml)
../doctools/webdocs/docbuild --build --serve --watch --incremental # build config/tocs, generate html and start a local webserver
xdg-open http://localhost:4000
@@ -44,7 +44,7 @@ Alternatively, a Makefile can be used and defines the most common operations:
- site/* directories not prefixed with "_" represent en entry within the menu
- site/_* directories contain template, configuration, options used by Jekyll
- site/_data is a special directory that hold both static and generated files to adjust page/site values within html pages
-- contain/toc/*/toc_VERSION_LANGUAGE.yml TOC(TableOfContent) and Fetch definitions
+- content/toc/*/toc_VERSION_LANGUAGE.yml TOC(TableOfContent) and Fetch definitions
- site/_layouts and site/_includes holds page template
- site/static holds assets (static images, CSS etc.)